summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:30:58 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:57:06 +0000
commit041e8ec9e7ef9ec2256c4ced27a6971b48316547 (patch)
tree816c81a00760dd941503e3dbd24a7b639aa15381 /dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
parentdev-haskell/yaml: bump up to 0.8.21.2 (diff)
downloadgentoo-041e8ec9e7ef9ec2256c4ced27a6971b48316547.tar.gz
gentoo-041e8ec9e7ef9ec2256c4ced27a6971b48316547.tar.bz2
gentoo-041e8ec9e7ef9ec2256c4ced27a6971b48316547.zip
dev-haskell/http-attoparsec: tweak for HTTP-4000.3.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild')
-rw-r--r--dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
index b4090db4a5a9..a1c4de7e8a96 100644
--- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
+++ b/dev-haskell/http-attoparsec/http-attoparsec-0.1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,6 +27,8 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-http.patch
+
cabal_chdeps \
'attoparsec >= 0.10.4.0 && < 0.12' 'attoparsec >= 0.10.4.0' \
'http-types >= 0.8.0 && < 0.9' 'http-types >= 0.8.0'