diff options
author | Mark Wright <gienah@gentoo.org> | 2012-11-18 07:45:20 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-11-18 07:45:20 +0000 |
commit | d82a2bc02942cde019013b57dd745c09f521808d (patch) | |
tree | 47981addc7dc273f0b51ace6757095dd95a971df /dev-haskell/filemanip/filemanip-0.3.6.2.ebuild | |
parent | Bump unix-compat to 0.4.0.0 (diff) | |
download | gentoo-2-d82a2bc02942cde019013b57dd745c09f521808d.tar.gz gentoo-2-d82a2bc02942cde019013b57dd745c09f521808d.tar.bz2 gentoo-2-d82a2bc02942cde019013b57dd745c09f521808d.zip |
Add filemanip for sci-mathematics/agda-stdlib-0.7_pre20121118
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/filemanip/filemanip-0.3.6.2.ebuild')
-rw-r--r-- | dev-haskell/filemanip/filemanip-0.3.6.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild b/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild new file mode 100644 index 000000000000..1ed723074dc9 --- /dev/null +++ b/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filemanip/filemanip-0.3.6.2.ebuild,v 1.1 2012/11/18 07:45:20 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Expressive file and directory manipulation for Haskell." +HOMEPAGE="https://github.com/bos/filemanip" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/mtl:=[profile?] + dev-haskell/unix-compat:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |