cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.3.
--
-- see: https://github.com/sol/hpack
name: haskell-opentimestamps-client
version: 0.4.1.1
synopsis: Haskell implementation of a basic OpenTimestamps client
description: Please see the README on Codeberg at <https://codeberg.org/photonsphere/haskell-opentimestamps-client#readme>
category: Bitcoin, Finance, Network, Cryptography
author: A.H.M. (Mari) Donkers
maintainer: a.h.m.donkers@photonsphere.org
copyright: 2025 A.H.M. (Mari) Donkers
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
cabal.project
package.yaml
Makefile
source-repository head
type: git
location: https://codeberg.org/photonsphere/haskell-opentimestamps-client
library
exposed-modules:
OpenTimestampsClient
other-modules:
Paths_haskell_opentimestamps_client
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
, base16 >=0.1 && <2
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.8
, cryptonite >=0.25 && <0.35
, directory >=1.2 && <1.4
, filepath >=1.3 && <1.5
, haskell-opentimestamps >=0.5.5.0 && <1
, memory >=0.14 && <0.19
, temporary >=1.2 && <1.4
, text >=1.2 && <2.2
, time >=1.4 && <1.13
default-language: Haskell2010
executable haskell-opentimestamps-client-exe
main-is: Main.hs
other-modules:
Paths_haskell_opentimestamps_client
hs-source-dirs:
app
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
build-depends:
base >=4.7 && <5
, bytestring >=0.10 && <0.13
, cryptonite >=0.25 && <0.35
, haskell-opentimestamps-client
, memory >=0.14 && <0.19
, optparse-applicative >=0.14 && <0.19
default-language: Haskell2010