summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-05 23:07:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-05 23:23:05 +0000
commit167376b4a33a611cce2b2d17d6c5f68b9ef418be (patch)
tree9fc606c0abd77a053de5f56fcaf25cf04cb7038c /dev-haskell/data-endian/data-endian-0.1.1.ebuild
parentdev-haskell/cookie: drop old (diff)
downloadgentoo-167376b4a33a611cce2b2d17d6c5f68b9ef418be.tar.gz
gentoo-167376b4a33a611cce2b2d17d6c5f68b9ef418be.tar.bz2
gentoo-167376b4a33a611cce2b2d17d6c5f68b9ef418be.zip
dev-haskell/data-endian: bump up to 0.1.1
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-haskell/data-endian/data-endian-0.1.1.ebuild')
-rw-r--r--dev-haskell/data-endian/data-endian-0.1.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/data-endian/data-endian-0.1.1.ebuild b/dev-haskell/data-endian/data-endian-0.1.1.ebuild
new file mode 100644
index 000000000000..f35c4133280e
--- /dev/null
+++ b/dev-haskell/data-endian/data-endian-0.1.1.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="Endian-sensitive data"
+HOMEPAGE="https://github.com/mvv/data-endian"
+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.0
+"