Skip to content

Commit

Permalink
Dialing down dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Oct 18, 2023
1 parent c9bf983 commit 1276860
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions maestro-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,22 @@ library
Maestro.Types.V1.Transactions

build-depends:
aeson ^>=2.1.2.1,
aeson ^>=2.1,
base ^>=4.14.3.0 || ^>=4.16.4.0 || ^>=4.18.0.0,
bytestring ^>=0.10.12.0 || ^>=0.11.4.0,
containers ^>=0.6.5.1,
data-default-class ^>=0.1.2.0,
deriving-aeson ^>=0.2.9,
bytestring ^>=0.10 || ^>=0.11,
containers ^>=0.6,
data-default-class ^>=0.1,
deriving-aeson ^>=0.2,
http-api-data ^>=0.5 || ^>=0.6,
http-client ^>=0.7.13,
http-client-tls ^>=0.3.6.3,
http-types ^>=0.12.3,
retry ^>=0.9.3.1,
http-client ^>=0.7,
http-client-tls ^>=0.3,
http-types ^>=0.12,
retry ^>=0.9,
servant ^>=0.20,
servant-client ^>=0.20,
servant-client-core ^>=0.20,
text ^>=1.2.4.1 || ^>=2.0.2,
time ^>=1.9.3 || ^>=1.11.1.1 || ^>=1.12.2
text ^>=1.2 || ^>=2.0,
time ^>=1.9 || ^>=1.11 || ^>=1.12

hs-source-dirs: src
default-language: Haskell2010
Expand Down

0 comments on commit 1276860

Please sign in to comment.