Skip to content

Commit

Permalink
Merge pull request #30 from haskell-servant/bump-text-warp
Browse files Browse the repository at this point in the history
Allow text-2.1, warp-3.4
  • Loading branch information
ysangkok authored May 17, 2024
2 parents 28faa2b + e9d5cc6 commit e43f455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servant-lucid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
build-depends: base >=4.9 && <5
, http-media >=0.6.4 && <0.9
, lucid >=2.9.8 && <2.12
, text >=1.2.3.0 && <1.3 || >= 2 && < 2.1
, text >=1.2.3.0 && <1.3 || >= 2 && < 2.2
, servant >=0.17 && <0.21

if !impl(ghc >= 8.0)
Expand All @@ -54,5 +54,5 @@ test-suite example
, servant-lucid
, servant-server >=0.14 && <0.21
, wai >=3.0.3.0 && <3.3
, warp >=3.0.13.1 && <3.4
, warp >=3.0.13.1 && <3.5
default-language: Haskell2010

0 comments on commit e43f455

Please sign in to comment.