forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/test-framework-th-prime: bump up to 0.0.9
Package-Manager: portage-2.3.2
- Loading branch information
Sergei Trofimovich
committed
Nov 6, 2016
1 parent
48dfd8d
commit ac5089f
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST test-framework-th-prime-0.0.7.tar.gz 3832 SHA256 176c91d29e7a4d832ff780db9d78d00f687ef59dc295b3347cc0be33a531cd14 SHA512 724b4de8cfdf10341bc95a6f437359fe0210ab0b7bef63761912d85d71ae552cef230f20bd50a723cf7aafcd45c30def6dc80b37c876986418db6072193f0daa WHIRLPOOL 226197b6014ab6c79a96519c354701c868476ce555a37da49a6325468c0a7943700d5c983eeeaff5a88630a1c2c03a5a447ecbef69fcea8ef15335bfe90982b2 | ||
DIST test-framework-th-prime-0.0.8.tar.gz 3836 SHA256 193238b8854537f94903a99fc4b53b33777bf40c974c46a075a8e9dfdb5d673d SHA512 f988c4c4a1329d9b6f1dc98a840b51787ecc3d2648e8093871970d9a79931cb56cbbef718f052773cb62867c7f0b084e15fa3dfc75c7443d1a94c4df65b8b71e WHIRLPOOL ea710a816930680c2d9280105fdf26efe4f259512aec27ee8341235c520d6b29f11896dd09bfc2398c3bb41d4c1825eedeaf0bff6cd404dd809d6c540cb4a1e7 | ||
DIST test-framework-th-prime-0.0.9.tar.gz 3908 SHA256 77e4e33e4207dc6ba9a3c0bb1eda9d6ac6803e1bf20fd7a4aee5c8fe958399bd SHA512 52f64b1705d51f45512da4270d8a80c93602d62a2c33eb3a0146f10a3f737395c9d0294af62cc3ff859dc8292338df892c0262216349109bb4f7b0beb09d3601 WHIRLPOOL c6fe5ec6406f184c893a58150642cb1e7257f941530c3ea2a0588a42dfe68bc842dbfd9631b7729acbc4b15062ee20e9c983a662796a179b12ab393bdb0b7b09 |
28 changes: 28 additions & 0 deletions
28
dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.9.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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="Template Haskell for test framework" | ||
HOMEPAGE="http://hackage.haskell.org/package/test-framework-th-prime" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-haskell/cpphs-0.2.1:=[profile?] | ||
dev-haskell/haskell-src-exts:=[profile?] | ||
dev-haskell/test-framework:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.6 | ||
" |