Skip to content

Commit a5be5c0

Browse files
authored
Set TH lower bound (#1116)
* Set TH lower bound * Update miso.cabal
1 parent 6025020 commit a5be5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miso.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ library
178178
Miso.Lens.TH
179179
Miso.String.QQ
180180
build-depends:
181-
template-haskell < 2.24
181+
template-haskell >= 2.21 && < 2.24
182182

183183
ghc-options:
184184
-Wall

0 commit comments

Comments
 (0)