Skip to content

Commit 28008e5

Browse files
authored
Merge pull request #161 from TristanCacqueray/ghc-9.6
Allow base-4.18
2 parents 402c8da + 390aac1 commit 28008e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generics-sop/generics-sop.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ library
6565
Generics.SOP.NP
6666
Generics.SOP.NS
6767
Generics.SOP.Sing
68-
build-depends: base >= 4.9 && < 4.18,
68+
build-depends: base >= 4.9 && < 4.19,
6969
sop-core == 0.5.0.*,
70-
template-haskell >= 2.8 && < 2.20,
70+
template-haskell >= 2.8 && < 2.21,
7171
th-abstraction >= 0.4 && < 0.5,
72-
ghc-prim >= 0.3 && < 0.10
72+
ghc-prim >= 0.3 && < 0.11
7373
hs-source-dirs: src
7474
default-language: Haskell2010
7575
ghc-options: -Wall

sop-core/sop-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
Data.SOP.NP
4242
Data.SOP.NS
4343
Data.SOP.Sing
44-
build-depends: base >= 4.9 && < 4.18,
44+
build-depends: base >= 4.9 && < 4.19,
4545
deepseq >= 1.3 && < 1.5
4646
hs-source-dirs: src
4747
default-language: Haskell2010

0 commit comments

Comments
 (0)