Skip to content

Commit

Permalink
Bump http-conduit dep in authenticate-oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
markwright committed Oct 28, 2012
1 parent c89100a commit 466b217
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?]
=dev-haskell/crypto-pubkey-types-0.1*:=[profile?]
dev-haskell/data-default:=[profile?]
>=dev-haskell/http-conduit-1.4:=[profile?]
<dev-haskell/http-conduit-1.8:=[profile?]
<dev-haskell/http-conduit-1.9:=[profile?]
>=dev-haskell/http-types-0.6:=[profile?]
<dev-haskell/http-types-0.8:=[profile?]
=dev-haskell/monad-control-0.3*:=[profile?]
Expand All @@ -46,6 +46,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

src_prepare() {
sed -e 's@http-conduit >= 1.4 && < 1.7@http-conduit >= 1.4 \&\& < 1.8@' \
sed -e 's@http-conduit >= 1.4 && < 1.7@http-conduit >= 1.4 \&\& < 1.9@' \
-i "${S}/${PN}.cabal" || die "Could not loosen dependencies"
}

0 comments on commit 466b217

Please sign in to comment.