We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597dbb7 commit 0f70930Copy full SHA for 0f70930
json-sop.cabal
@@ -23,17 +23,17 @@ library
23
exposed-modules: Generics.SOP.JSON
24
Generics.SOP.JSON.Model
25
other-modules: Generics.SOP.Util.PartialResult
26
- build-depends: base >= 4.11 && < 4.19,
+ build-depends: base >= 4.11 && < 4.21,
27
generics-sop >= 0.2.3 && < 0.6,
28
29
-- lens-sop changed API in 0.3
30
lens-sop >= 0.3 && < 0.4,
31
tagged >= 0.7 && < 0.9,
32
- aeson >= 1.4 && < 2.2,
+ aeson >= 1.4 && < 2.3,
33
vector >= 0.10 && < 0.14,
34
- text >= 1.1 && < 2.1,
+ text >= 1.1 && < 2.2,
35
unordered-containers >= 0.2 && < 0.3,
36
- time >= 1.4 && < 1.14,
+ time >= 1.4 && < 1.15,
37
transformers >= 0.3 && < 0.7
38
hs-source-dirs: src
39
default-language: Haskell2010
0 commit comments