We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defcf70 commit 6d5fd33Copy full SHA for 6d5fd33
bitx-bitcoin.cabal
@@ -63,8 +63,8 @@ library
63
text,
64
time,
65
http-conduit >= 2.0.0,
66
- bytestring >= 0.10.0.0,
67
- network >= 2.0,
+ bytestring,
+ network,
68
split >= 0.2.0.0,
69
scientific,
70
microlens,
@@ -94,7 +94,7 @@ test-suite spec
94
main-is:
95
Spec.hs
96
default-language: Haskell2010
97
- build-depends: base == 4.*,
+ build-depends: base,
98
bitx-bitcoin,
99
hspec == 2.*,
100
aeson,
0 commit comments