Skip to content

Commit

Permalink
Merge pull request #32 from Vekhir/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdunnio authored Oct 11, 2023
2 parents ec6c3be + 1e6e505 commit ea1d721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coinbase-pro.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
src/lib/
build-depends:
HsOpenSSL ==0.11.*
, aeson >=1.2 && <2.1
, aeson >=1.2 && <2.2
, aeson-casing >=0.1 && <0.3
, async >=2.1 && <2.3
, base >=4.7 && <5
Expand All @@ -91,9 +91,9 @@ library
, io-streams ==1.5.*
, memory >=0.14 && <0.18
, network >=2.6 && <3.2
, servant >=0.14 && <0.20
, servant-client >=0.14 && <0.20
, servant-client-core >=0.14 && <0.20
, servant >=0.14 && <0.21
, servant-client >=0.14 && <0.21
, servant-client-core >=0.14 && <0.21
, tasty >=1.2.2
, tasty-hunit >=0.10
, text ==1.2.*
Expand Down

0 comments on commit ea1d721

Please sign in to comment.