We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f3ccc commit 4648b64Copy full SHA for 4648b64
servant-ede.cabal
@@ -1,5 +1,5 @@
1
name: servant-ede
2
-version: 0.5
+version: 0.5.1
3
synopsis: Combinators for rendering EDE templates in servant web applications
4
description:
5
Combinators for rendering EDE templates in servant web applications.
@@ -38,12 +38,11 @@ library
38
, http-media >= 0.6 && <0.7
39
, http-types >= 0.8 && <0.9
40
, semigroups >= 0.16 && <0.17
41
- , servant >= 0.4 && <0.5
+ , servant >= 0.4 && <0.6
42
, text >= 1.0 && <1.3
43
, transformers >= 0.4 && <0.5
44
, unordered-containers >= 0.2 && <0.3
45
, vector >= 0.9 && <0.11
46
- , wai >= 3.0 && <3.1
47
, xss-sanitize >= 0.3 && <0.4
48
49
ghc-options: -O2 -Wall
0 commit comments