Skip to content

Commit

Permalink
Merge pull request #74 from sourabhxyz/relax-data-default
Browse files Browse the repository at this point in the history
feat: relax constraint on data-default-class
  • Loading branch information
Vardominator authored Feb 23, 2025
2 parents 66c8527 + 8367d46 commit 3e39a6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions maestro-sdk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ library
aeson >=2.1 && <2.3,
base >=4.9 && <5,
bytestring >=0.10 && <0.12,
containers ^>=0.6,
data-default-class ^>=0.1,
deriving-aeson ^>=0.2,
containers >=0.6 && <0.7,
data-default-class >=0.1 && <0.3,
deriving-aeson >=0.2 && <0.3,
http-api-data >=0.5 && <0.7,
http-client ^>=0.7,
http-client-tls ^>=0.3,
http-client >=0.7 && <0.8,
http-client-tls >=0.3 && <0.4,
http-types ^>=0.12,
retry ^>=0.9,
servant >=0.19 && <0.21,
Expand Down

0 comments on commit 3e39a6d

Please sign in to comment.