Skip to content

Commit 0f70930

Browse files
committed
Relax bounds
1 parent 597dbb7 commit 0f70930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

json-sop.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ 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.19,
26+
build-depends: base >= 4.11 && < 4.21,
2727
generics-sop >= 0.2.3 && < 0.6,
2828

2929
-- lens-sop changed API in 0.3
3030
lens-sop >= 0.3 && < 0.4,
3131
tagged >= 0.7 && < 0.9,
32-
aeson >= 1.4 && < 2.2,
32+
aeson >= 1.4 && < 2.3,
3333
vector >= 0.10 && < 0.14,
34-
text >= 1.1 && < 2.1,
34+
text >= 1.1 && < 2.2,
3535
unordered-containers >= 0.2 && < 0.3,
36-
time >= 1.4 && < 1.14,
36+
time >= 1.4 && < 1.15,
3737
transformers >= 0.3 && < 0.7
3838
hs-source-dirs: src
3939
default-language: Haskell2010

0 commit comments

Comments
 (0)