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 b242bdd commit 390aac1Copy full SHA for 390aac1
generics-sop/generics-sop.cabal
@@ -67,9 +67,9 @@ library
67
Generics.SOP.Sing
68
build-depends: base >= 4.9 && < 4.19,
69
sop-core == 0.5.0.*,
70
- template-haskell >= 2.8 && < 2.20,
+ template-haskell >= 2.8 && < 2.21,
71
th-abstraction >= 0.4 && < 0.5,
72
- ghc-prim >= 0.3 && < 0.10
+ ghc-prim >= 0.3 && < 0.11
73
hs-source-dirs: src
74
default-language: Haskell2010
75
ghc-options: -Wall
0 commit comments