remove 6.12

This commit is contained in:
Vincent Hanquez 2014-07-15 14:56:57 +01:00
parent 0a5d746cad
commit fc2461c2b1
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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