Skip to content

Commit

Permalink
update bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Dec 12, 2023
1 parent 6486a16 commit 4540494
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wai-handler-hal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ common deps
build-depends:
, base >=4.12 && <4.19
, base64-bytestring >=1.0.0.0 && <1.3
, bytestring >=0.10.8 && <0.12
, bytestring >=0.10.8 && <0.12.1
, case-insensitive ^>=1.2.0.0
, hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.1
, http-types ^>=0.12.3
, network >=2.8.0.0 && <3.2
, text ^>=1.2.3 || ^>=2.0
, text ^>=1.2.3 || >=2.0 && <2.1.1
, unordered-containers ^>=0.2.10.0
, vault ^>=0.3.1.0
, wai ^>=3.2.2
Expand All @@ -73,9 +73,9 @@ test-suite wai-handler-hal-tests
other-modules: Network.Wai.Handler.HalTest
build-tool-depends: tasty-discover:tasty-discover ^>=4.2.2
build-depends:
, aeson >=1.5.6.0 && <1.6 || >=2.0 && <2.2
, aeson >=1.5.6.0 && <1.6 || >=2.0 && <2.3
, pretty-simple ^>=4.1.0.0
, tasty >=1.3 && <1.5
, tasty >=1.3 && <1.6
, tasty-golden ^>=2.3
, text
, wai-handler-hal
Expand Down

0 comments on commit 4540494

Please sign in to comment.