Skip to content

Commit

Permalink
fix boundarys
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 20, 2023
1 parent e4b02bc commit c00ecd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions http2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,19 @@ library
ghc-options: -Wall
build-depends:
base >=4.9 && <5,
array >= 0.5.5 && < 0.6,
async >= 2.2.4 && < 2.3,
bytestring >= 0.11.5 && < 0.12,
containers >= 0.6.7 && < 0.7,
stm >= 2.5.1 && < 2.6,
case-insensitive >= 1.2.1 && < 1.3,
http-types >= 0.12.3 && < 0.13,
network >= 3.1.4 && < 3.2,
array >= 0.5 && < 0.6,
async >= 2.2 && < 2.3,
bytestring >= 0.10 && < 0.12,
containers >= 0.6 && < 0.7,
stm >= 2.5 && < 2.6,
case-insensitive >= 1.2 && < 1.3,
http-types >= 0.12 && < 0.13,
network >= 3.1 && < 3.2,
network-byte-order >= 0.1.7 && < 0.2,
network-control >= 0.0.1 && < 0.1,
unix-time >= 0.4.11 && < 0.5,
time-manager >= 0.0.1 && < 0.1,
unliftio >= 0.2.25 && < 0.3
unliftio >= 0.2 && < 0.3

executable client
main-is: client.hs
Expand Down

0 comments on commit c00ecd8

Please sign in to comment.