Skip to content

Commit

Permalink
Loosen deps in system-filepath for ghc-7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markwright committed May 18, 2012
1 parent e6f3d21 commit 04bf881
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/system-filepath/Manifest
@@ -1,3 +1,3 @@
DIST system-filepath-0.4.6.tar.gz 13741 RMD160 5487fb2adb0dcfe0ce8cad6d036ae564ef1ad336 SHA1 a11a174b473fbb4f80650ef019e16c352dd3b5b4 SHA256 54ca52758574cc9c64d6e7186a77f34c24844f1a4c5e3a0b7fc2feb24070145d
EBUILD system-filepath-0.4.6.ebuild 704 RMD160 cb3794adb5de66f0093833efa1b716538d270509 SHA1 ccf4f804d51e5d0b4732462daa69d54daba5d45f SHA256 c35e36d50b3542e9792a94347e550aa1a484cbd233f4e7ea3abeb36066e8278d
EBUILD system-filepath-0.4.6.ebuild 858 RMD160 3708b643365f44423fd103630dff8f511a7e1fc1 SHA1 7047572f03f086c89ead4751be7a897a869b9aa4 SHA256 eee54c83e9da267a13b9112921885be15f37a14f752980e6666b5a3ce9a691eb
MISC metadata.xml 328 RMD160 8ab069a838a6a5e4fc2cb062fe2f9c74e80daaec SHA1 afcb0133063fd8d10ac6ecd0ed6236fb2053f305 SHA256 78c67116679f3ebeecf0f754d0dbfcba7748dabbb1000094291b4300eebb99f4
9 changes: 7 additions & 2 deletions dev-haskell/system-filepath/system-filepath-0.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Header: $

# ebuild generated by hackport 0.2.15

Expand All @@ -25,3 +25,8 @@ RDEPEND=">=dev-haskell/deepseq-1.1
>=dev-lang/ghc-6.8.2"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

src_prepare() {
sed -e 's@bytestring >= 0.9 && < 0.10@bytestring >= 0.9 \&\& < 0.11@' \
-i "${S}/${PN}.cabal" || die "Could not loosen dependencies"
}

0 comments on commit 04bf881

Please sign in to comment.