Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to hw-polysemy-0.3.0.0 #25

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions rds-data.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ common generic-lens { build-depends: generic-lens
common hedgehog { build-depends: hedgehog >= 1.4 && < 2 }
common hedgehog-extras { build-depends: hedgehog-extras >= 0.6.0.2 && < 0.7 }
common http-client { build-depends: http-client >= 0.5.14 && < 0.8 }
common hw-polysemy-amazonka { build-depends: hw-polysemy:amazonka >= 0.2.14.7 && < 0.3 }
common hw-polysemy-core { build-depends: hw-polysemy:core >= 0.2.14.7 && < 0.3 }
common hw-polysemy-hedgehog { build-depends: hw-polysemy:hedgehog >= 0.2.14.7 && < 0.3 }
common hw-polysemy-testcontainers-localstack { build-depends: hw-polysemy:testcontainers-localstack >= 0.2.14.7 && < 0.3 }
common hw-polysemy-amazonka { build-depends: hw-polysemy:amazonka >= 0.3 && < 0.4 }
common hw-polysemy-core { build-depends: hw-polysemy:core >= 0.3 && < 0.4 }
common hw-polysemy-hedgehog { build-depends: hw-polysemy:hedgehog >= 0.3 && < 0.4 }
common hw-polysemy-testcontainers-localstack { build-depends: hw-polysemy:testcontainers-localstack >= 0.3 && < 0.4 }
common hw-prelude { build-depends: hw-prelude >= 0.0.0.1 && < 0.1 }
common microlens { build-depends: microlens >= 0.4.13 && < 0.5 }
common mtl { build-depends: mtl >= 2 && < 3 }
common optparse-applicative { build-depends: optparse-applicative >= 0.18.1.0 && < 0.19 }
Expand Down Expand Up @@ -135,6 +136,7 @@ library polysemy
, generic-lens
, hw-polysemy-amazonka
, hw-polysemy-core
, hw-prelude
, microlens
, mtl
, polysemy
Expand Down Expand Up @@ -170,6 +172,7 @@ library testlib
, hw-polysemy-core
, hw-polysemy-hedgehog
, hw-polysemy-testcontainers-localstack
, hw-prelude
, microlens
, mtl
, polysemy
Expand Down Expand Up @@ -202,6 +205,7 @@ executable rds-data
, hw-polysemy-core
, hw-polysemy-hedgehog
, hw-polysemy-testcontainers-localstack
, hw-prelude
, microlens
, optparse-applicative
, polysemy
Expand Down
Loading