Skip to content

Commit 4648b64

Browse files
committed
change bounds for servant, version bump
1 parent 98f3ccc commit 4648b64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

servant-ede.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-ede
2-
version: 0.5
2+
version: 0.5.1
33
synopsis: Combinators for rendering EDE templates in servant web applications
44
description:
55
Combinators for rendering EDE templates in servant web applications.
@@ -38,12 +38,11 @@ library
3838
, http-media >= 0.6 && <0.7
3939
, http-types >= 0.8 && <0.9
4040
, semigroups >= 0.16 && <0.17
41-
, servant >= 0.4 && <0.5
41+
, servant >= 0.4 && <0.6
4242
, text >= 1.0 && <1.3
4343
, transformers >= 0.4 && <0.5
4444
, unordered-containers >= 0.2 && <0.3
4545
, vector >= 0.9 && <0.11
46-
, wai >= 3.0 && <3.1
4746
, xss-sanitize >= 0.3 && <0.4
4847

4948
ghc-options: -O2 -Wall

0 commit comments

Comments
 (0)