Skip to content

Commit

Permalink
Remove support for GHC 7.6 and 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Feb 26, 2019
1 parent f7893bd commit c8bc6a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,5 @@
sudo: required
env:
- GHCVER=7.6
- GHCVER=7.8
- GHCVER=7.10
- GHCVER=8.0
- GHCVER=8.2
Expand Down
2 changes: 1 addition & 1 deletion profiterole.cabal
Expand Up @@ -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
Expand Down

0 comments on commit c8bc6a4

Please sign in to comment.