Skip to content

Commit b242bdd

Browse files
Allow base-4.18
1 parent 402c8da commit b242bdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generics-sop/generics-sop.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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.*,
7070
template-haskell >= 2.8 && < 2.20,
7171
th-abstraction >= 0.4 && < 0.5,

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)