Skip to content

Commit 2b5edf2

Browse files
committed
Remove support for GHC 8.0 and 8.2
This is because of Semigroup support.
1 parent cb4803b commit 2b5edf2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ matrix:
3333
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
3434
- compiler: ghc-8.4.4
3535
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.4","cabal-install-2.4"]}}
36-
- compiler: ghc-8.2.2
37-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
38-
- compiler: ghc-8.0.2
39-
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}}
4036
- compiler: ghc-head
4137
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-head","cabal-install-head"]}}
4238
env: GHCHEAD=true

javascript-bridge.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ category: Network
1111
build-type: Simple
1212
extra-source-files: CHANGELOG.md, README.md, HISTORY.md
1313
cabal-version: >=1.10
14-
tested-with: GHC == 8.0.2
15-
, GHC == 8.2.2
16-
, GHC == 8.4.4
14+
tested-with: GHC == 8.4.4
1715
, GHC == 8.6.5
1816
, GHC == 8.8.1
1917

0 commit comments

Comments
 (0)