Skip to content

Commit

Permalink
Merge pull request #1741 from haskell-servant/janus/network-3.2
Browse files Browse the repository at this point in the history
Accept network-3.2, misc bumps
  • Loading branch information
ysangkok authored Apr 24, 2024
2 parents eb2de5a + 2a653fd commit 445474f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test-suite spec
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.12
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, network >= 2.8.0.0 && < 3.3
, QuickCheck >= 2.12.6.1 && < 2.15
, servant >= 0.20 && < 0.21
, servant-server >= 0.20 && < 0.21
Expand Down
2 changes: 1 addition & 1 deletion servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test-suite spec
entropy >= 0.4.1.3 && < 0.5
, hspec >= 2.6.0 && < 2.12
, HUnit >= 1.6.0.0 && < 1.7
, network >= 2.8.0.0 && < 3.2
, network >= 2.8.0.0 && < 3.3
, QuickCheck >= 2.12.6.1 && < 2.15
, servant-server >= 0.20 && < 0.21
, servant >= 0.20 && < 0.21
Expand Down
12 changes: 6 additions & 6 deletions servant-quickcheck/doc/doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cabal-version: >=1.10
-- library
-- exposed-modules: ServersEqual
-- other-extensions: DataKinds, TypeOperators
-- build-depends: base >=4.8 && <4.9
-- , servant-server == 0.7.*
-- build-depends: base
-- , servant-server
-- , servant-quickcheck
-- , servant-client
-- , QuickCheck
Expand All @@ -25,8 +25,8 @@ cabal-version: >=1.10
--
-- executable doc
-- main-is: Main.hs
-- build-depends: base >=4.8 && <4.9
-- , servant-server == 0.7.*
-- build-depends: base
-- , servant-server
-- , servant-quickcheck
-- , servant-client
-- , QuickCheck
Expand All @@ -42,14 +42,14 @@ executable announcement
main-is: Announcement.lhs
build-depends:
aeson
, base >=4.8 && <4.9
, base
, containers
, hspec
, postgresql-simple
, QuickCheck
, servant-client
, servant-quickcheck
, servant-server >=0.7 && <0.8
, servant-server
, stm
, text
, transformers
Expand Down
26 changes: 13 additions & 13 deletions servant-quickcheck/doc/posts/posts.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ cabal-version: >=1.10
executable posts
main-is: Main.hs
build-depends:
aeson >=0.9 && <0.12
, base >=4.8 && <4.9
aeson
, base
, postgresql-simple
, servant-server >=0.5 && <0.8
, text >=1 && <2
, transformers >=0.4 && <0.5
, warp >=3.0 && <3.3
, servant-server
, text
, transformers
, warp

hs-source-dirs: src
ghc-options: -Wall -O2 -threaded
Expand All @@ -41,14 +41,14 @@ test-suite spec
-- see http://haskell.org/cabal/users-guide/

build-depends:
aeson >=0.9 && <0.12
, base >=4 && <5
, hspec >=2 && <3
aeson
, base
, hspec
, postgresql-simple
, QuickCheck
, quickcheck-instances
, servant-quickcheck
, servant-server >=0.5 && <0.8
, text >=1 && <2
, transformers >=0.4 && <0.5
, warp >=3.0 && <3.3
, servant-server
, text
, transformers
, warp
2 changes: 1 addition & 1 deletion servant-quickcheck/servant-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ library
, temporary >=1.2 && <1.4
, text >=1 && <2.2
, time >=1.5 && <1.13
, warp >=3.2.4 && <3.4
, warp >=3.2.4 && <3.5

hs-source-dirs: src
default-extensions:
Expand Down
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ library
, http-types >= 0.12.2 && < 0.13
, network-uri >= 2.6.1.0 && < 2.8
, monad-control >= 1.0.2.3 && < 1.1
, network >= 2.8 && < 3.2
, network >= 2.8 && < 3.3
, sop-core >= 0.4.0.0 && < 0.6
, string-conversions >= 0.4.0.1 && < 0.5
, resourcet >= 1.2.2 && < 1.4
Expand Down

0 comments on commit 445474f

Please sign in to comment.