Skip to content

Commit 66bb23b

Browse files
RyanGlScottLysxia
authored andcommitted
Allow building with template-haskell-2.18.*
See https://gitlab.haskell.org/ghc/ghc/issues/19083.
1 parent b03dfcc commit 66bb23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ library
159159
binary >= 0.5 && < 0.9,
160160
deepseq >= 1.1 && < 1.5,
161161
ghc-prim >= 0.2 && < 0.9,
162-
template-haskell >= 2.5 && < 2.18
162+
template-haskell >= 2.5 && < 2.19
163163

164164
if flag(bytestring-builder)
165165
build-depends: bytestring >= 0.9 && < 0.10.4,

0 commit comments

Comments
 (0)