Skip to content

Commit 06aa821

Browse files
committed
Relax servant, servant-server upper bound.
1 parent 00c3769 commit 06aa821

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

servant-lucid.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-lucid
3-
version: 0.9.0.1
3+
version: 0.9.0.2
44

55
synopsis: Servant support for lucid
66
description:
@@ -26,6 +26,7 @@ tested-with:
2626
|| ==8.4.4
2727
|| ==8.6.5
2828
|| ==8.8.1
29+
|| ==8.8.3
2930

3031
source-repository head
3132
type: git
@@ -38,7 +39,7 @@ library
3839
, http-media >=0.6.4 && <0.9
3940
, lucid >=2.9.8 && <2.10
4041
, text >=1.2.3.0 && <1.3
41-
, servant >=0.17 && <0.18
42+
, servant >=0.17 && <0.19
4243

4344
if !impl(ghc >= 8.0)
4445
build-depends: semigroups >=0.18.4 && <0.20
@@ -57,7 +58,7 @@ test-suite example
5758
base
5859
, lucid
5960
, servant-lucid
60-
, servant-server >=0.14 && <0.18
61+
, servant-server >=0.14 && <0.19
6162
, wai >=3.0.3.0 && <3.3
6263
, warp >=3.0.13.1 && <3.4
6364
default-language: Haskell2010

0 commit comments

Comments
 (0)