GHC 8.6.1 support (#95)
* GHC 8.6.1 support
- Bounds changes for base, containers and stm
- stack lts 12.* tests
- works with stack 8.6.1 nightly
stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
- works with cabal new-build
* GHCVER-8.6.1
This commit is contained in:
committed by
Stephen Diehl
parent
5024f3fef9
commit
8c88bc7d64
@@ -18,3 +18,6 @@ STACK_YAML=stack-10.0.yaml stack build --no-terminal
|
||||
|
||||
echo -e "\e[92mLTS 11.0"
|
||||
STACK_YAML=stack-11.0.yaml stack build --no-terminal
|
||||
|
||||
echo -e "\e[92mLTS 12.0"
|
||||
STACK_YAML=stack-12.0.yaml stack build --no-terminal
|
||||
|
||||
Reference in New Issue
Block a user