Skip to content

Commit 6a14a40

Browse files
authored
Merge pull request #126 from well-typed/th-abstraction-0.4
Allow th-abstraction-0.4
2 parents 09b1133 + 85117ea commit 6a14a40

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
@@ -68,7 +68,7 @@ library
6868
build-depends: base >= 4.9 && < 4.15,
6969
sop-core == 0.5.0.*,
7070
template-haskell >= 2.8 && < 2.17,
71-
th-abstraction >= 0.3 && < 0.4,
71+
th-abstraction >= 0.3 && < 0.5,
7272
ghc-prim >= 0.3 && < 0.7
7373
hs-source-dirs: src
7474
default-language: Haskell2010

0 commit comments

Comments
 (0)