Skip to content

Commit c741443

Browse files
committed
Bump base >= 4.9; remove tested-with: 7.x
we turned off CI for 7.x last year
1 parent c553053 commit c741443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unbound-generics.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extra-source-files: examples/*.hs, examples/*.lhs,
2828
README.md,
2929
Changelog.md
3030

31-
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*
31+
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.*, GHC == 9.4.*
3232

3333
library
3434
exposed-modules: Unbound.Generics.LocallyNameless
@@ -52,7 +52,7 @@ library
5252
Unbound.Generics.LocallyNameless.Subst
5353
-- other-modules:
5454
-- other-extensions:
55-
build-depends: base >=4.6 && <5,
55+
build-depends: base >=4.9 && <5,
5656
template-haskell >= 2.8.0.0,
5757
deepseq >= 1.3.0.0,
5858
mtl >= 2.1,

0 commit comments

Comments
 (0)