Skip to content

Commit e2de116

Browse files
authored
Accept template-haskell 2.24 (#55)
1 parent c1b36cc commit e2de116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-src-meta/haskell-src-meta.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
haskell-src-exts >= 1.21 && < 1.24,
2323
pretty >= 1.0 && < 1.2,
2424
syb >= 0.1 && < 0.8,
25-
template-haskell >= 2.12 && < 2.24,
25+
template-haskell >= 2.12 && < 2.25,
2626
th-orphans >= 0.12 && < 0.14
2727

2828
hs-source-dirs: src

0 commit comments

Comments
 (0)