Skip to content

Commit 72f3817

Browse files
authored
Support GHC 9.8 (#149)
1 parent af607f8 commit 72f3817

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 ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3
19+
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2
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 ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.2
18+
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2
1919

2020
extra-source-files:
2121
LICENSE

0 commit comments

Comments
 (0)