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 402c8da commit b242bddCopy full SHA for b242bdd
generics-sop/generics-sop.cabal
@@ -65,7 +65,7 @@ library
65
Generics.SOP.NP
66
Generics.SOP.NS
67
Generics.SOP.Sing
68
- build-depends: base >= 4.9 && < 4.18,
+ build-depends: base >= 4.9 && < 4.19,
69
sop-core == 0.5.0.*,
70
template-haskell >= 2.8 && < 2.20,
71
th-abstraction >= 0.4 && < 0.5,
sop-core/sop-core.cabal
@@ -41,7 +41,7 @@ library
41
Data.SOP.NP
42
Data.SOP.NS
43
Data.SOP.Sing
44
45
deepseq >= 1.3 && < 1.5
46
hs-source-dirs: src
47
default-language: Haskell2010
0 commit comments