fix for 7.10

This commit is contained in:
Vincent Hanquez 2018-02-04 21:28:48 +00:00
parent 5400fdf5ae
commit fb800bd2b6
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ option: testdeps extradep=QuickCheck-2.11.3 extradep=ansi-terminal-0.8.0.1 extra
# builds
build: ghc-7.8 nohaddock
build: ghc-8.2
build: ghc-7.10
build: ghc-7.10 extradep=basement-0.0.6 extradep=foundation-0.0.19 extradep=memory-0.14.14
build: ghc-8.0
build: ghc-8.0 os=osx
build: ghc-8.4 extradep=basement-0.0.6 extradep=memory-0.14.14 extradep=foundation-0.0.19 testdeps

View File

@ -1,4 +1,4 @@
# ~*~ auto-generated by haskell-ci with config : edf6fd4262e2451f2e9ee3fd92df9d7acb9ae1d7017e7e1464149656950de6d5 ~*~
# ~*~ auto-generated by haskell-ci with config : 23c5f7da1eeb21872b633708cd69bce5d519fef7088386e9321e1d4a3b52ecd8 ~*~
# Use new container infrastructure to enable caching
sudo: false
@ -58,7 +58,7 @@ script:
export HADDOCK_OPTs="--haddock --no-haddock-deps"
;;
ghc-7.10)
echo "{ resolver: lts-6.35, packages: [ '.' ], extra-deps: [], flags: {} }" > stack.yaml
echo "{ resolver: lts-6.35, packages: [ '.' ], extra-deps: [ basement-0.0.6, foundation-0.0.19, memory-0.14.14 ], flags: {} }" > stack.yaml
export HADDOCK_OPTs="--haddock --no-haddock-deps"
;;
ghc-8.0)