Package-Manager: Portage-2.3.3, Repoman-2.3.1
--- /dev/null
+diff --git a/Network/HTTP/Attoparsec.hs b/Network/HTTP/Attoparsec.hs
+index ec464d0..37f9983 100644
+--- a/Network/HTTP/Attoparsec.hs
++++ b/Network/HTTP/Attoparsec.hs
+@@ -7,3 +7,3 @@ module Network.HTTP.Attoparsec
+ where
+-import Network.HTTP.Types.Header
++import Network.HTTP.Types.Header hiding (parseByteRanges)
+
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
"
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'