Skip to content

Commit ab9938a

Browse files
committed
7.3.7.8 - allow happstack-server 7.9
1 parent 1a9ac33 commit ab9938a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

happstack-hsp.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: happstack-hsp
2-
Version: 7.3.7.7
2+
Version: 7.3.7.8
33
Synopsis: Support for using HSP templates in Happstack
44
Description: Happstack is a web application framework. HSP is an XML templating solution. This package makes it easy to use HSP templates with Happstack.
55
Homepage: http://www.happstack.com/
@@ -28,8 +28,7 @@ Library
2828

2929
Build-depends: base >= 3.0 && < 5.0,
3030
bytestring >= 0.9 && < 0.12,
31-
happstack-server >= 6.0 && < 7.9,
32-
harp >= 0.4 && < 0.5,
31+
happstack-server >= 6.0 && < 7.10,
3332
hsp >= 0.9.2 && < 0.11,
3433
hsx2hs >= 0.13.0 && < 0.15,
3534
mtl >= 1.1 && < 2.4,

0 commit comments

Comments
 (0)