remove 7.6 from supported list

This commit is contained in:
Vincent Hanquez 2017-07-07 18:10:00 +01:00
parent cb293eb6db
commit fe2fb33acb
2 changed files with 1 additions and 3 deletions

View File

@ -4,13 +4,11 @@ env:
- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.3
- CABALVER=1.24 GHCVER=8.0.2
- CABALVER=1.18 GHCVER=7.6.3 RUNTEST=0
- CABALVER=head GHCVER=head RUNTEST=0
matrix:
allow_failures:
- env: CABALVER=head GHCVER=head RUNTEST=0
- env: CABALVER=1.18 GHCVER=7.6.3 RUNTEST=0
addons:
apt:
@ -22,7 +20,6 @@ addons:
- cabal-install-1.22
- cabal-install-1.24
- cabal-install-head
- ghc-7.6.3
- ghc-7.8.4
- ghc-7.10.3
- ghc-8.0.2

View File

@ -36,6 +36,7 @@ Build-Type: Simple
Homepage: https://github.com/haskell-crypto/cryptonite
Bug-reports: https://github.com/haskell-crypto/cryptonite/issues
Cabal-Version: >=1.18
tested-with: GHC==8.0.2, GHC==7.10.3, GHC==7.8.4
extra-doc-files: README.md CHANGELOG.md
extra-source-files: cbits/*.h
cbits/aes/*.h