web3-tools-0.1.0.0: web3-tools.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: web3-tools
version: 0.1.0.0
synopsis: Tools for working with Crypto/Web3
description: Please see the README on GitHub at <https://github.com/gtollini/web3-tools#readme>
category: Web3, Crypto, Ethereum, Eth, Blockchain
homepage: https://github.com/gtollini/web3-tools#readme
bug-reports: https://github.com/gtollini/web3-tools/issues
author: Gabriel Tollini
maintainer: gabrieltollini@hotmail.com
copyright: 2025 Gabriel Tollini
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/gtollini/web3-tools
library
exposed-modules:
Crypto.Hash.Keccak
Crypto.Secp256k1.Recovery
Eth.Address
other-modules:
Paths_web3_tools
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bytestring >=0.11.5 && <0.13
, crypton >=1.0.4 && <1.1
, memory >=0.18.0 && <0.19
, secp256k1-haskell >=1.4.6 && <1.5
default-language: Haskell2010
test-suite web3-tools-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Crypto.Hash.KeccakSpec
Crypto.Secp256k1.RecoverySpec
Eth.AddressSpec
Paths_web3_tools
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N -Wno-orphans -Wno-incomplete-uni-patterns
build-depends:
QuickCheck
, base >=4.7 && <5
, base16-bytestring
, bytestring >=0.11.5 && <0.13
, crypton >=1.0.4 && <1.1
, hspec
, hspec-discover
, memory >=0.18.0 && <0.19
, secp256k1-haskell >=1.4.6 && <1.5
, web3-tools
default-language: Haskell2010