We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17f975 commit 23df779Copy full SHA for 23df779
.travis.yml
@@ -76,7 +76,7 @@ script:
76
- cabal configure --enable-tests --enable-benchmarks --ghc-options=-Werror -v2 # -v2 provides useful information for debugging
77
- cabal build # this builds all libraries and executables (including tests/benchmarks)
78
- cabal test
79
- - cabal check
+ - if [ $CABALVER \> 1.18 ]; then cabal check; fi # Cabal 1.18 complains about PatternSynonyms
80
- cabal haddock # tests that documentation can be generated
81
- cabal sdist # tests that a source-distribution can be generated
82
0 commit comments