commit 4af139bc24bf326c6bf3dc7488f0298b887bb4bc
parent cda2601e279d16aa78fdf3b21104ea8e468341f2
Author: Jared Tobin <jared@jtobin.io>
Date: Wed, 18 Dec 2024 08:15:43 -0330
meta: cabal file fixes
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ppad-base58.cabal b/ppad-base58.cabal
@@ -1,7 +1,7 @@
cabal-version: 3.0
name: ppad-base58
-version: 0.1.2
-synopsis: base58 and base58check encodings.
+version: 0.1.0
+synopsis: base58 and base58check encoding/decoding.
license: MIT
license-file: LICENSE
author: Jared Tobin
@@ -11,7 +11,7 @@ build-type: Simple
tested-with: GHC == 9.8.1
extra-doc-files: CHANGELOG
description:
- The base58 and base58check encodings.
+ base58 and base58check encoding/decoding on strict bytestrings.
source-repository head
type: git
@@ -29,4 +29,3 @@ library
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
, ppad-sha256 > 0.2 && < 0.3
- , primitive >= 0.8 && < 0.10