diff --git a/.travis.yml b/.travis.yml index a994194..8a9576f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ env: - - GHCVER=6.12.3 - GHCVER=7.0.4 - GHCVER=7.2.2 - GHCVER=7.4.2 @@ -19,12 +18,7 @@ before_install: install: - cabal-1.18 update - - if [ "$GHCVER" = "6.12.3" ]; then - cabal-1.18 install --only-dependencies; - cabal-1.18 install 'QuickCheck==2.6.*'; - else - cabal-1.18 install --only-dependencies --enable-tests; - fi + - cabal-1.18 install --only-dependencies --enable-tests; script: - cabal-1.18 configure --enable-tests -v2 diff --git a/cryptonite.cabal b/cryptonite.cabal index ff95cf6..5b3df9c 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -12,7 +12,6 @@ Stability: experimental Build-Type: Simple Homepage: https://github.com/vincenthz/cryptonite Bug-reports: https://github.com/vincenthz/cryptonite/issues - Cabal-Version: >=1.10 extra-source-files: README.md cbits/*.h