From fe2fb33acbdf5915b09abf4cadf7f8d3f3ec05f1 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Fri, 7 Jul 2017 18:10:00 +0100 Subject: [PATCH] remove 7.6 from supported list --- .travis.yml | 3 --- cryptonite.cabal | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5743c9e..87b66c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/cryptonite.cabal b/cryptonite.cabal index ddc630c..75952c4 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -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