Skip to content

Commit

Permalink
dev-haskell/weigh: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
qnikst committed Nov 22, 2016
1 parent 1ce8f2c commit d1dec36
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/weigh/Manifest
@@ -0,0 +1 @@
DIST weigh-0.0.3.tar.gz 7028 SHA256 396853c0e8347c7c13ec013259dc2a2c91663aa3f3e7f8bc9fa588f41d0af86a SHA512 26c33c4079b6461be3cd93c9ba07deec9f5e1945bf9a2baddd3608d19fb5a3c5e103415dd37f931a7f63e3d62c42cac5d7e156d59e9a1a2789d46c27c24b550e WHIRLPOOL 792718b877532c7e63b0452c1eb4747d1d70f27e59a8c43253da8380153a64c8a77f411c36a91cb786563dd768ed6819b324314c07b7669d9bc542fc9d8d43da
11 changes: 11 additions & 0 deletions dev-haskell/weigh/metadata.xml
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Please see README.md
</longdescription>
</pkgmetadata>
27 changes: 27 additions & 0 deletions dev-haskell/weigh/weigh-0.0.3.ebuild
@@ -0,0 +1,27 @@
# 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.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
"

0 comments on commit d1dec36

Please sign in to comment.