diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:27:13 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:31:59 +0100 |
commit | 30116e190da954e247c1452388560cea9d174dc7 (patch) | |
tree | 9cdacdca27aac1c0fc3d3410f40d5c643b785f32 /dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild | |
parent | dev-haskell/djinn-lib: new package (diff) | |
download | gentoo-30116e190da954e247c1452388560cea9d174dc7.tar.gz gentoo-30116e190da954e247c1452388560cea9d174dc7.tar.bz2 gentoo-30116e190da954e247c1452388560cea9d174dc7.zip |
dev-haskell/djinn-ghc: new package
"Generate Haskell code from a type. Bridge from Djinn to GHC API",
a depend of app-emacs/ghc-mod
Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild')
-rw-r--r-- | dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild b/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild new file mode 100644 index 000000000000..7147095fe3dd --- /dev/null +++ b/dev-haskell/djinn-ghc/djinn-ghc-0.0.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Generate Haskell code from a type. Bridge from Djinn to GHC API" +HOMEPAGE="http://hackage.haskell.org/package/djinn-ghc" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/async:=[profile?] + >=dev-haskell/djinn-lib-0.0.1.2:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |