raaz 0.3.7 → 0.3.8
raw patch · 2 files changed
+11/−6 lines, 2 filesdep ~basedep ~bytestringdep ~deepseq
Dependency ranges changed: base, bytestring, deepseq
Files
- CHANGELOG.md +7/−2
- raaz.cabal +4/−4
CHANGELOG.md view
@@ -1,12 +1,16 @@ # Change log for [raaz]. +## [0.3.8] - Oct 6, 2023++Release that supports ghc-9.6 (base 4.18)+ ## [0.3.7] - Nov 14, 2022 -Release that supports ghc-9.4 (base 0.4.17).+Release that supports ghc-9.4 (base 4.17). ## [0.3.6] - Dec 3, 2021 -Release that supports ghc-9.2 (base 0.4.16).+Release that supports ghc-9.2 (base 4.16). ## [0.3.5] - Oct 10, 2021 @@ -198,4 +202,5 @@ [0.3.5]: <http://github.com/raaz-crypto/raaz/releases/tag/v0.3.5> [0.3.6]: <http://github.com/raaz-crypto/raaz/releases/tag/v0.3.6> [0.3.7]: <http://github.com/raaz-crypto/raaz/releases/tag/v0.3.7>+[0.3.7]: <http://github.com/raaz-crypto/raaz/releases/tag/v0.3.8> [raaz]: <http://github.com/raaz-crypto/raaz/>
raaz.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: raaz-version: 0.3.7+version: 0.3.8 stability: experimental synopsis: Fast and type safe cryptography.@@ -192,9 +192,9 @@ default-language: Haskell2010 ghc-options: -Wall default-extensions: NoImplicitPrelude- build-depends: base >= 4.11 && < 4.18- , bytestring >= 0.10 && < 0.12- , deepseq >= 1.4 && < 1.5+ build-depends: base >= 4.11 && < 4.19+ , bytestring >= 0.10 && < 0.13+ , deepseq >= 1.4 && < 1.6 , vector >= 0.12 && < 0.14 ------------------------ Compiler optimisation flags -------------------------------------