Skip to content

Commit 1c3e8cf

Browse files
committed
Allow newer template-haskell
1 parent b869b5a commit 1c3e8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generics-sop/generics-sop.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ library
6767
Generics.SOP.Sing
6868
build-depends: base >= 4.9 && < 5,
6969
sop-core == 0.5.0.*,
70-
template-haskell >= 2.8 && < 2.15,
70+
template-haskell >= 2.8 && < 2.16,
7171
ghc-prim >= 0.3 && < 0.6
7272
hs-source-dirs: src
7373
default-language: Haskell2010

0 commit comments

Comments
 (0)