Skip to content

Commit

Permalink
mmorph added
Browse files Browse the repository at this point in the history
  • Loading branch information
qnikst committed Mar 18, 2013
1 parent f45fcb7 commit 4786175
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/mmorph/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST mmorph-1.0.0.tar.gz 4989 SHA256 13c369262821a86915ee18598567474e1489b49f19f9be8335252b6359762883 SHA512 789e50edb576c8443003926c697bf977e858d9814704ba6279cbe67c179331fbeb8599bd9284caa4b68808acfd8d8053a006442e29b9e56376b1abfe463e7ad4 WHIRLPOOL e2732bd6aa0796945f79f0d086c50d5e13ecf9498b4901a360859464260ef945be7b3372e8144f12229782e7a9aad3149ff960467e030c5029cfba0036a3e107
12 changes: 12 additions & 0 deletions dev-haskell/mmorph/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
</longdescription>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-haskell/mmorph/mmorph-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

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

DESCRIPTION="Monad morphisms"
HOMEPAGE="http://hackage.haskell.org/package/mmorph"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/transformers-0.2.0.0:=[profile?]
<dev-haskell/transformers-0.4:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.2"

0 comments on commit 4786175

Please sign in to comment.