Skip to content

Commit 9f705c5

Browse files
committed
7.9.2.1 - set upper bound on xhtml
1 parent cc69751 commit 9f705c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

happstack-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: happstack-server
2-
Version: 7.9.2
2+
Version: 7.9.2.1
33
Synopsis: Web related tools and services.
44
Description: Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html>
55
License: BSD3
@@ -104,7 +104,7 @@ Library
104104
transformers-base >= 0.4 && < 0.5,
105105
transformers-compat >= 0.3 && < 0.8,
106106
utf8-string >= 0.3.4 && < 1.1,
107-
xhtml,
107+
xhtml < 3000.4,
108108
zlib
109109

110110
hs-source-dirs: src

0 commit comments

Comments
 (0)