Skip to content

Commit

Permalink
Relax bounds: servant, servant-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Jun 29, 2023
1 parent ca0ccc4 commit 3ee96d8
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 @@ -33,7 +33,7 @@ library
, http-media >=0.6.4 && <0.9
, lucid >=2.9.8 && <2.12
, text >=1.2.3.0 && <1.3 || >= 2 && < 2.1
, servant >=0.17 && <0.20
, servant >=0.17 && <0.21

if !impl(ghc >= 8.0)
build-depends: semigroups >=0.18.4 && <0.20
Expand All @@ -52,7 +52,7 @@ test-suite example
base
, lucid
, servant-lucid
, servant-server >=0.14 && <0.20
, servant-server >=0.14 && <0.21
, wai >=3.0.3.0 && <3.3
, warp >=3.0.13.1 && <3.4
default-language: Haskell2010

0 comments on commit 3ee96d8

Please sign in to comment.