Skip to content

Commit 23ba53a

Browse files
committed
www/hs-http-attoparsec: Fix build with recent dependencies
1 parent 2913d0b commit 23ba53a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

www/hs-http-attoparsec/Makefile

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

33
PORTNAME= http-attoparsec
44
PORTVERSION= 0.1.1
5+
PORTREVISION= 1
56
CATEGORIES= www haskell
67

78
MAINTAINER= [email protected]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- http-attoparsec.cabal.orig 2014-01-11 22:40:25 UTC
2+
+++ http-attoparsec.cabal
3+
@@ -64,7 +64,7 @@ Library
4+
-- Packages needed in order to build this package.
5+
Build-depends: base >= 4 && < 5,
6+
bytestring >=0.9.1.5 && <0.11,
7+
- attoparsec >= 0.10.4.0 && < 0.12,
8+
+ attoparsec >= 0.10.4.0 && < 0.13,
9+
http-types >= 0.8.0 && < 0.9
10+
11+
-- Modules not exported by this package.

0 commit comments

Comments
 (0)