Skip to content

Commit 7675d09

Browse files
committed
www/hs-happstack: Fix build with recent dependencies
1 parent 22636db commit 7675d09

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

www/hs-happstack/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PORTNAME= happstack
44
PORTVERSION= 7.0.2
5-
PORTREVISION= 1
5+
PORTREVISION= 2
66
CATEGORIES= www haskell
77

88
MAINTAINER= [email protected]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- happstack.cabal.orig 2014-06-26 00:31:28 UTC
2+
+++ happstack.cabal
3+
@@ -29,7 +29,7 @@ Library
4+
other-modules: Paths_happstack
5+
6+
build-depends: base >= 3 && <5,
7+
- happstack-server >= 7.0 && < 7.4
8+
+ happstack-server >= 7.0 && < 7.5
9+
10+
if flag(tests)
11+
hs-source-dirs: tests

0 commit comments

Comments
 (0)