Skip to content

Commit dfa5b45

Browse files
committed
Relax bounds for GHC 9.12 (needed)
1 parent d4f9815 commit dfa5b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unordered-containers.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ library
6161
build-depends:
6262
base >= 4.10 && < 5,
6363
deepseq >= 1.4.3,
64-
hashable >= 1.2.5 && < 1.5,
65-
template-haskell < 2.22
64+
hashable >= 1.2.5 && < 1.6,
65+
template-haskell < 2.24
6666

6767
default-language: Haskell2010
6868

0 commit comments

Comments
 (0)