Skip to content

Commit 83f6530

Browse files
committed
Support ghc 9.12
Also bump upper bound on hashable dependency.
1 parent d52a0fd commit 83f6530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unordered-containers.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ library
5959
build-depends:
6060
base >= 4.10 && < 5,
6161
deepseq >= 1.4.3,
62-
hashable >= 1.2.5 && < 1.5,
63-
template-haskell < 2.22
62+
hashable >= 1.2.5 && < 1.6,
63+
template-haskell < 2.24
6464

6565
default-language: Haskell2010
6666

0 commit comments

Comments
 (0)