Skip to content

Commit

Permalink
Bump rmonad to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
markwright committed Sep 28, 2012
1 parent 9a32771 commit 36576af
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/rmonad/Manifest
@@ -1 +1 @@
DIST rmonad-0.7.tar.gz 6446 SHA256 ddf3db83b9b1965e97b732ab6d2a7c61c688a3c9ebdc706b6381fb57f0c3e5e8 SHA512 b0346205719871a7d7902ccfc43eed8ea6e430d37e17dece35d0900f41e03d8865f666cfd3ae82661dc87687ccd7e47d25cc4b113ef84e87f4f182bd89f02c7d WHIRLPOOL 42a46061976e692a27e7605a42173b2ecd0b1ad884fd6415999ba6124b01a44ac21794ee9db03f75a895550066a1464185ac6a6d85a0d27464ca83e6f845e27f
DIST rmonad-0.8.tar.gz 7071 SHA256 ac9370e75904b74c2d030011262b107a8a7a94c5e1b612eebe5a86739dbf4c49 SHA512 fcf9333cef8c731bf07011ed25aab878a737073ddffa5b5c0b4d94b7b362aaa1d56442b630ee0857e9f80b319d526d86cc2039672b8cc09f1ef8c3c029004181 WHIRLPOOL 6cbadd7b067ea790220bf687ce0f07b4bf432dbf99822501dc62d7c9b2726fcbe792c8be71e8f4ad3f5547a63b74cfc180f57da2d2bfccdf2f810fe32a2bc3e5
25 changes: 0 additions & 25 deletions dev-haskell/rmonad/rmonad-0.7.ebuild

This file was deleted.

35 changes: 35 additions & 0 deletions dev-haskell/rmonad/rmonad-0.8.ebuild
@@ -0,0 +1,35 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

# ebuild generated by hackport 0.2.18.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Restricted monad library"
HOMEPAGE="http://hackage.haskell.org/package/rmonad"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="=dev-haskell/suitable-0.1*[profile?]
dev-haskell/transformers[profile?]
>=dev-lang/ghc-6.8.2"
DEPEND="${RDEPEND}
test? ( dev-haskell/hunit
dev-haskell/test-framework
dev-haskell/test-framework-hunit
)
>=dev-haskell/cabal-1.8"

src_prepare() {
sed -e '/Test-Suite test/,$d' \
-i "${S}/${PN}.cabal" \
|| die "Could not remove tests"
}

0 comments on commit 36576af

Please sign in to comment.