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/terminal-size: bump up to 0.3.2.1
Package-Manager: portage-2.2.26
- Loading branch information
Sergei Trofimovich
committed
Jan 16, 2016
1 parent
be12839
commit 741f3ff
Showing
2 changed files
with
26 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 terminal-size-0.3.2.1.tar.gz 4175 SHA256 b5c23e964756bc13914649a67d63233f59ad0a813abe7cadeb2fc9d586dc9658 SHA512 1e04705dda8ade9a06f8b369f1033a93ffb94a1b959a556e11f2373b25924adbbab4be0f3e077394e1023e0054044739df13406b69153c1542f4083be82a1584 WHIRLPOOL 1a1dd6c3821777c493bf7cda2128cf345f0c625187ae1ff3f9753c372602ebfd42cb0113cf507f15e3dea5c83e74d4b5cc1a9c7c9ff7d804fe348ecc36f12c95 | ||
DIST terminal-size-0.3.2.tar.gz 4164 SHA256 d737ed86e105fe1217416c4d59a6c10a2523ba86591ffb68001018596aeea66e SHA512 74954333faa4b400b074262f2270afff783fa99101ef54e9545bfe133c1360a5c1d5c2e5234373bcf49b31d699c2d573a40587d3e17ecb7b21a5e73cac810a2d WHIRLPOOL 0d3d59053c2aa95d570961fc91228cb3d37cfae1780709f295e1142d39019acc04585d5f76e313714894afcac03f301cad502b84e1a39a9d48680d44db5a447f |
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,25 @@ | ||
# 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="Get terminal window height and width" | ||
HOMEPAGE="http://hackage.haskell.org/package/terminal-size" | ||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-lang/ghc-7.4.1:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.10 | ||
" |