-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhaskoin-bitcoind.cabal
34 lines (31 loc) · 1.29 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.5.0
synopsis: An adapter for haskoin to network-bitcoin
description: An adapter for haskoin to network-bitcoin. You can call network-bitcoin functions with haskoin types.
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 && < 5
, base16-bytestring >= 0.1.1.6
, bytestring >= 0.10.6
, cereal >= 0.5 && < 0.6
, haskoin-core >= 0.15.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