summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-18 11:07:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-18 11:28:26 +0000
commitb601a7eb6623351f88243941ab400dd56f3e3b8f (patch)
tree38016d56c0accb5250fb95953cb6068bac8b7a59 /dev-haskell/weigh/weigh-0.0.3.ebuild
parentdev-haskell/texmath: bump up to 0.9.1 (diff)
downloadgentoo-b601a7eb6623351f88243941ab400dd56f3e3b8f.tar.gz
gentoo-b601a7eb6623351f88243941ab400dd56f3e3b8f.tar.bz2
gentoo-b601a7eb6623351f88243941ab400dd56f3e3b8f.zip
dev-haskell/weigh: new package, a depend of pandoc-1.19
Measure allocations of a Haskell functions/values Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/weigh/weigh-0.0.3.ebuild')
-rw-r--r--dev-haskell/weigh/weigh-0.0.3.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/weigh/weigh-0.0.3.ebuild b/dev-haskell/weigh/weigh-0.0.3.ebuild
new file mode 100644
index 000000000000..fe0c38b15385
--- /dev/null
+++ b/dev-haskell/weigh/weigh-0.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Measure allocations of a Haskell functions/values"
+HOMEPAGE="https://github.com/fpco/weigh#readme"
+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/split:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"