Skip to content

Commit 597dbb7

Browse files
authored
Merge pull request #12 from ocharles/patch-3
Build with `base-4.18`/GHC 9.6
2 parents 265d08d + 4344829 commit 597dbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-sop.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
exposed-modules: Generics.SOP.JSON
2424
Generics.SOP.JSON.Model
2525
other-modules: Generics.SOP.Util.PartialResult
26-
build-depends: base >= 4.11 && < 4.18,
26+
build-depends: base >= 4.11 && < 4.19,
2727
generics-sop >= 0.2.3 && < 0.6,
2828

2929
-- lens-sop changed API in 0.3

0 commit comments

Comments
 (0)