commit 79fa9c744c385b190054fad10bfc2a84703d76e9
parent 52f0079e33c4087039ef19b54c09691acdd90b89
Author: Jared Tobin <jared@jtobin.io>
Date: Sun, 9 Mar 2025 15:47:17 +0400
lib: primitive bounds
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ppad-chacha.cabal b/ppad-chacha.cabal
@@ -11,7 +11,7 @@ build-type: Simple
tested-with: GHC == 9.8.1
extra-doc-files: CHANGELOG
description:
- A pure ChaCha20 stream cipher
+ A pure ChaCha20 stream cipher and block function.
source-repository head
type: git
@@ -27,7 +27,7 @@ library
build-depends:
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
- , primitive
+ , primitive >= 0.8 && < 0.10
test-suite chacha-tests
type: exitcode-stdio-1.0