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
35da4a6
commit 5749a55
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 +1,2 @@ | ||
DIST uri-0.1.6.3.tar.gz 5331 SHA256 321165b9897aaab108170ee3b6073ec718150ebf650a3f76042a0e5c89cd15b6 SHA512 0d52a7f19fd2a88ba30b2981e6438dc07c25a6e522b694a592ed223b4f804390c26c2b686b790d326514c994f23e571a369f5cdefa62dbfab871065a2a77fa41 WHIRLPOOL 02447729f2ac03c5cb98d67ce007f519703f6aef2e061dd371bb5447237a0339c0d0498a284b9de11714caaea1d5fb5141e1b3ea1c8411fd6c6f2ae74ac28984 | ||
DIST uri-0.1.6.4.tar.gz 5343 SHA256 a90cd3d3ca1d33740dc732f14773266a7707901a872747a6e543129cab4ee409 SHA512 0daa5e03fa7a3b767b4c523bd334017116432898d04c2b3250e1335ac217ed0f9b915785b200f6eb73127d349954b50dae6b5f979a5ba9f39d4d1ae2589c2a07 WHIRLPOOL dec401d032d20b7f0a6f340b4cb7ee40e222c8e02bf631e25e76f69db33efb7a49ca4f11947a4f3ce5ca1291daa1f413404918f29a5b000c7671a3b07b792bb0 |
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=5 | ||
|
||
# ebuild generated by hackport 0.4.6.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="Library for working with URIs" | ||
HOMEPAGE="http://gitorious.org/uri" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] | ||
dev-haskell/safe:=[profile?] | ||
dev-haskell/utf8-string:=[profile?] | ||
>=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.6 | ||
" |