Skip to content

Commit ef95e0a

Browse files
authored
Support GHC 9.12.1 (#184)
1 parent a6e7938 commit ef95e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libsodium-bindings/libsodium-bindings.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainer: The Haskell Cryptography contributors
1616
license: BSD-3-Clause
1717
build-type: Simple
1818
tested-with:
19-
ghc ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
19+
GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1
2020

2121
extra-source-files:
2222
LICENSE

sel/sel.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainer: The Haskell Cryptography contributors
1515
license: BSD-3-Clause
1616
build-type: Simple
1717
tested-with:
18-
ghc ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
18+
GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1
1919

2020
extra-source-files:
2121
LICENSE

0 commit comments

Comments
 (0)