Skip to content

Commit 20ed8ad

Browse files
committed
fix: loosen bound on template-haskell
1 parent 9038261 commit 20ed8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h-raylib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ library
245245
, exceptions >=0.10.4 && <0.10.8
246246
, lens >=4.0 && <5.2.4
247247
, linear >=1.22 && <1.23
248-
, template-haskell >=2.16.0.0 && <2.22.0.0
248+
, template-haskell >=2.16.0.0 && <2.23.0.0
249249
, text >=2.0 && <2.2
250250

251251
hs-source-dirs: src

0 commit comments

Comments
 (0)