File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
- CABALVER=1.18 GHCVER=7.6.3
22
22
# - CABALVER=1.18 GHCVER=7.8.1
23
23
# - CABALVER=1.18 GHCVER=7.8.2
24
- - CABALVER=1.18 GHCVER=7.8.3
25
- - CABALVER=1.22 GHCVER=7.10.1
24
+ - CABALVER=1.18 GHCVER=7.8.4
25
+ - CABALVER=1.22 GHCVER=7.10.3
26
26
- CABALVER=1.24 GHCVER=8.0.1
27
27
# - CABALVER=head GHCVER=head
28
28
# - HPVER=2013.2.0.0
@@ -115,8 +115,9 @@ script:
115
115
# Try to compile tests and benchmarks, run tests
116
116
# For some reason doesn't work with old cabal
117
117
#
118
- # TODO: don't build tests with cabal 1.24 (ghc 8.0) yet
119
- - if [ ! $CABALVER = "1.16" -a ! $CABALVER = "1.24" ]; then
118
+ # Disable tests on GHC 7.6.3 and 7.8.4, as there's something weird happening
119
+ # because of -inplace and globally installed hashable
120
+ - if [ ! $CABALVER = "1.16" -a ! $GHCVER = "7.6.3" -a ! $GHCVER = "7.8.4" ]; then
120
121
cabal install HUnit QuickCheck criterion random siphash test-framework test-framework-hunit test-framework-quickcheck2;
121
122
cabal configure -v2 --enable-tests --enable-benchmarks;
122
123
cabal test;
You can’t perform that action at this time.
0 commit comments