diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:06:46 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | 2c04e448dc90ddad9f5d037e098bc7ecb11efab5 (patch) | |
tree | 94066e0ef841ec9ddfd49f169c8bd587d3994568 /dev-haskell/pretty-hex/pretty-hex-1.0.ebuild | |
parent | dev-haskell/ranges: update to EAPI=6 (diff) | |
download | gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.tar.gz gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.tar.bz2 gentoo-2c04e448dc90ddad9f5d037e098bc7ecb11efab5.zip |
dev-haskell/pretty-hex: new package, a depend of puremd5-2.1.3
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/pretty-hex/pretty-hex-1.0.ebuild')
-rw-r--r-- | dev-haskell/pretty-hex/pretty-hex-1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild new file mode 100644 index 000000000000..e455c67ba3a2 --- /dev/null +++ b/dev-haskell/pretty-hex/pretty-hex-1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A library for hex dumps of ByteStrings" +HOMEPAGE="http://hackage.haskell.org/package/pretty-hex" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |