Skip to content

Commit

Permalink
Force the usage of http2-5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Aug 30, 2024
1 parent 7eb8ed6 commit a9ab6df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ allow-newer: vault:hashable
allow-newer: psqueues:hashable
allow-newer: insert-ordered-containers:hashable
allow-newer: openapi3:hashable

-- http2-5.3.3 is blacklisted, force http2-5.3.2
constraint:
http2 <=5.3.2
6 changes: 0 additions & 6 deletions servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@ library
hs-source-dirs: src
build-depends: aeson >=1.4.2.0 && <3
, aeson-pretty >=0.8.7 && <0.9
<<<<<<< HEAD
, base >=4.14 && <5
||||||| parent of 026a5a7f (Remove GHC <= 8.10.7 from the support window)
, base >=4.9.1.0 && <5
=======
, base >= 4.16.4.0 && < 4.21
>>>>>>> 026a5a7f (Remove GHC <= 8.10.7 from the support window)
, base-compat >=0.10.5 && <0.15
, bytestring >=0.10.8.1 && <0.13
, http-media >=0.7.1.3 && <0.9
Expand Down

0 comments on commit a9ab6df

Please sign in to comment.