Skip to content

Commit 6d5fd33

Browse files
Removed dep versions for deps which are also transitive.
1 parent defcf70 commit 6d5fd33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitx-bitcoin.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ library
6363
text,
6464
time,
6565
http-conduit >= 2.0.0,
66-
bytestring >= 0.10.0.0,
67-
network >= 2.0,
66+
bytestring,
67+
network,
6868
split >= 0.2.0.0,
6969
scientific,
7070
microlens,
@@ -94,7 +94,7 @@ test-suite spec
9494
main-is:
9595
Spec.hs
9696
default-language: Haskell2010
97-
build-depends: base == 4.*,
97+
build-depends: base,
9898
bitx-bitcoin,
9999
hspec == 2.*,
100100
aeson,

0 commit comments

Comments
 (0)