electrs-client-0.1.0.0: electrs-client.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: electrs-client
version: 0.1.0.0
synopsis: Electrs client library for Haskell
description: You can find documentation at <https://hackage.haskell.org/package/electrs-client>
category: Electrs, Bitcoin, Finance, Network, Payments
homepage: https://github.com/coingaming/src
bug-reports: https://github.com/coingaming/src/issues
license: BSD3
license-file: LICENSE
build-type: Simple
author: 21it <21it@tuta.io>, Mikhail Prushinskiy <mprushinsky@gmail.com>, Artem Markov <drownbes@gmail.com>
maintainer: 21it <21it@tuta.io>, Mikhail Prushinskiy <mprushinsky@gmail.com>, Artem Markov <drownbes@gmail.com>
copyright: 2022 Yolo <hello@coingaming.io>
extra-source-files:
CHANGELOG.md
source-repository head
type: git
location: https://github.com/coingaming/src
library
exposed-modules:
ElectrsClient.Client
ElectrsClient.Data.Env
ElectrsClient.Helper
ElectrsClient.Import.External
ElectrsClient.Rpc
ElectrsClient.RpcRequest
ElectrsClient.RpcResponse
ElectrsClient.Type
other-modules:
Paths_electrs_client
hs-source-dirs:
src
default-extensions:
NoImplicitPrelude
MultiParamTypeClasses
LambdaCase
OverloadedStrings
ScopedTypeVariables
DeriveGeneric
GeneralizedNewtypeDeriving
TupleSections
DataKinds
DerivingStrategies
KindSignatures
FlexibleContexts
FlexibleInstances
StrictData
TypeFamilies
TypeOperators
StandaloneDeriving
DerivingVia
ExistentialQuantification
InstanceSigs
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-missing-export-lists -fwarn-tabs
build-depends:
GenericPretty
, SHA
, aeson >=1.4 && <1.6
, base >=4.7 && <5
, bytestring
, envparse
, generic-pretty-instances
, hex-text
, network
, network-bitcoin
, text
, transformers
, unbounded-delays
, universum
, unliftio
if impl(ghc >= 8.10.7)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
default-language: Haskell2010
test-suite electrs-client-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
RpcSpec
Spec
Paths_electrs_client
hs-source-dirs:
test
default-extensions:
NoImplicitPrelude
MultiParamTypeClasses
LambdaCase
OverloadedStrings
ScopedTypeVariables
DeriveGeneric
GeneralizedNewtypeDeriving
TupleSections
DataKinds
DerivingStrategies
KindSignatures
FlexibleContexts
FlexibleInstances
StrictData
TypeFamilies
TypeOperators
StandaloneDeriving
DerivingVia
ExistentialQuantification
InstanceSigs
ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-missing-export-lists -O2 -optc-O3 -funfolding-use-threshold=16 -threaded -rtsopts -with-rtsopts=-N -optl-fuse-ld=gold
ld-options: -fuse-ld=gold
build-depends:
base
, electrs-client
, hspec
, network-bitcoin
if impl(ghc >= 8.10.7)
ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -fenable-th-splice-warnings -fprint-potential-instances
default-language: Haskell2010