Skip to content

Commit

Permalink
Merge pull request #25 from ocharles/patch-1
Browse files Browse the repository at this point in the history
Allow `servant-0.19`
  • Loading branch information
dmjio authored Feb 7, 2022
2 parents 927c049 + eb9cdf3 commit 008ac12
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
, servant >=0.17 && <0.19
, servant >=0.17 && <0.20

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.19
, servant-server >=0.14 && <0.20
, wai >=3.0.3.0 && <3.3
, warp >=3.0.13.1 && <3.4
default-language: Haskell2010

0 comments on commit 008ac12

Please # to comment.