Skip to content

Commit 390aac1

Browse files
Allow ghc-prim-0.10 and template-haskell-2.20
1 parent b242bdd commit 390aac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generics-sop/generics-sop.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ library
6767
Generics.SOP.Sing
6868
build-depends: base >= 4.9 && < 4.19,
6969
sop-core == 0.5.0.*,
70-
template-haskell >= 2.8 && < 2.20,
70+
template-haskell >= 2.8 && < 2.21,
7171
th-abstraction >= 0.4 && < 0.5,
72-
ghc-prim >= 0.3 && < 0.10
72+
ghc-prim >= 0.3 && < 0.11
7373
hs-source-dirs: src
7474
default-language: Haskell2010
7575
ghc-options: -Wall

0 commit comments

Comments
 (0)