diff --git a/.travis.yml b/.travis.yml index 2a8dd79..964582c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ sudo: required env: -- GHCVER=7.6 -- GHCVER=7.8 - GHCVER=7.10 - GHCVER=8.0 - GHCVER=8.2 diff --git a/profiterole.cabal b/profiterole.cabal index cada5b2..8a81dfb 100644 --- a/profiterole.cabal +++ b/profiterole.cabal @@ -17,7 +17,7 @@ bug-reports: https://github.com/ndmitchell/profiterole/issues extra-doc-files: README.md CHANGES.txt -tested-with: GHC==8.6.3, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3 +tested-with: GHC==8.6.3, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3 source-repository head type: git