forked from bitnomial/haskoin-bitcoind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
haskoin-bitcoind.cabal
34 lines (31 loc) · 1.18 KB
/
haskoin-bitcoind.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: haskoin-bitcoind
version: 0.2.2
synopsis: An adapter for haskoin to network-bitcoin
-- description:
homepage: haskoin.com
license: BSD3
license-file: LICENSE
author: Matthew Wraith
maintainer: [email protected]
copyright: 2015 Bitnomial, Inc
category: Network
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Network.Bitcoin.Haskoin
, Network.Bitcoin.Haskoin.Trans
, Network.Bitcoin.Mining.Haskoin
, Network.Bitcoin.Wallet.Haskoin
build-depends: base >= 4.8 && < 4.11
, base16-bytestring >= 0.1.1.6
, bytestring >= 0.10.6
, cereal >= 0.5 && < 0.6
, haskoin-core >= 0.3.0
, monad-control >= 0.1
, mtl >= 2.2
, network-bitcoin >= 1.8.2
, text >= 1.2.1.3
, transformers >= 0.3
, transformers-base >= 0.4