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.
Package-Manager: portage-2.2.26
- Loading branch information
Sergei Trofimovich
committed
Jan 16, 2016
1 parent
63125be
commit eb95eee
Showing
2 changed files
with
33 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,3 +1,4 @@ | ||
DIST void-0.6.1.tar.gz 3807 SHA256 82ec2a7edf3fa52eba2ed4821306859a75186e6df2a564943e9f9d758205ea26 SHA512 9158e201547b43e97d13112d87ab27b7dddff90fff11727c880bbd03e50faf2755ff27c03710e7bd634325a2c31f07e70dae61e62d925fa1f31b0b66e3927c48 WHIRLPOOL cc0baf77fe42c7f4c9c15e3513d573d5e0107bccb0b95facaae8c9b65f7af78f51d02d5ccdafe98bdbdba68e8632afe56f9113b4359db5a72e8b125928385376 | ||
DIST void-0.6.tar.gz 3795 SHA256 3668a66ec838465c78b1fe4c6fff0080aeed5b232e4854894a4d5c868f922d3c SHA512 cba9dd795a0544db307f68d63615857a4024adc80fed164adccc5d10fa09af64ecda899535ebbe32c987028235e0cf1f88834a0b7066dce401045a0e7facd68b WHIRLPOOL 4ddab2af42b4cdd6ff6ab70c8e9ec7a51b0ab49999a46d1c02c3405f55d787389ea89e124bae097013d122713b1b4ef15cb1499c04c3e8800fb1dc11d635ba54 | ||
DIST void-0.7.1.tar.gz 4103 SHA256 c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4 SHA512 15cffa3ad31f365ffd276d962ba6c401907d5f4d74deb0b2635a8dc9b516519961c7b5d44751a816cc3480d12bd84be4a81b05703e31d4e796a58c4205e4785c WHIRLPOOL 5f9e28f3c371eff19a1c4e0539b4aa154aa3497a303c471e5620eb46e7d43b2a4b43cb86908aa11d19b164ffc70d8dbf7175ca33f620160e27843bafc33d017d | ||
DIST void-0.7.tar.gz 3900 SHA256 981b85d19bb51c1ac60103b184b86061621e0b016d4db24dd965751b2bc96f47 SHA512 756d35f9bdf0baa9ab383e16d88533f6e6a71defbf9db5ad202cb18d92c4f32cd9c11eb78a5c8648bfeaad14d9e9bb40c5731e030c7b2a4e9f174b66a2db7a8e WHIRLPOOL a9ea00594ee2bc3dd2d548ce7e994f58761a214e8989655463fa847eda0b567df1bae57fa34be0478619e28b722d916a43148aa9576adbd2784f7f2e8f9babb4 |
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,32 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
# ebuild generated by hackport 0.4.6.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="A Haskell 98 logically uninhabited data type" | ||
HOMEPAGE="https://github.com/ekmett/void" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="safe" | ||
|
||
RDEPEND=">=dev-haskell/hashable-1.1:=[profile?] | ||
>=dev-haskell/semigroups-0.8.2:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.10 | ||
" | ||
|
||
src_configure() { | ||
haskell-cabal_src_configure \ | ||
$(cabal_flag safe safe) | ||
} |