Skip to content

Commit

Permalink
dev-haskell/wl-pprint-terminfo: bump up to 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Jan 7, 2013
1 parent 3e14904 commit 2c9dd1a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/wl-pprint-terminfo/Manifest
@@ -1 +1,2 @@
DIST wl-pprint-terminfo-3.0.1.tar.gz 41444 SHA256 1d4cf22a7b289dcc613427637e5855aa6dd2816ab24bf44ca1041ec4fbf3fa90 SHA512 b9c297448e32dc83d51e1710339a5f5d2b113c385b074298e787ec3c544046e287b08fca2f4142c5de3824097dbfa02b0d6273a9159dc2c0fce4990ce6e8d417 WHIRLPOOL 2bf57f155020e4e50b31537e3bcdca48cba8508c99dd0ada84be853874aaecaafcb1ba9a9e1846e36671a1491b408e9adb86cb0f0dd4c81b15521ace712fc78a DIST wl-pprint-terminfo-3.0.1.tar.gz 41444 SHA256 1d4cf22a7b289dcc613427637e5855aa6dd2816ab24bf44ca1041ec4fbf3fa90 SHA512 b9c297448e32dc83d51e1710339a5f5d2b113c385b074298e787ec3c544046e287b08fca2f4142c5de3824097dbfa02b0d6273a9159dc2c0fce4990ce6e8d417 WHIRLPOOL 2bf57f155020e4e50b31537e3bcdca48cba8508c99dd0ada84be853874aaecaafcb1ba9a9e1846e36671a1491b408e9adb86cb0f0dd4c81b15521ace712fc78a
DIST wl-pprint-terminfo-3.3.tar.gz 42358 SHA256 965d8fe953575da7f787006ab878c31fb308c64c576195c588e2241550f34692 SHA512 911e56dab8fa6a17a79c5d933f67b8565a8a81f578cd875a1d955bc7a92567b480d2b406dfc098cc8a07fcab869a56ecf59ff90e06b473d5763b3cc7165cb0c0 WHIRLPOOL 6091da80c8f375236c33a3e96e4be157c5cec8f173b01d5633473af1f5c0cdaf4a1ac611b9e975f9b469971a4bb96d9b3e78c7fdeb1b38e6b619b547ab3d3266
35 changes: 35 additions & 0 deletions dev-haskell/wl-pprint-terminfo/wl-pprint-terminfo-3.3.ebuild
@@ -0,0 +1,35 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="A color pretty printer with terminfo support"
HOMEPAGE="http://github.com/ekmett/wl-pprint-terminfo/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/nats-0.1:=[profile?]
>=dev-haskell/semigroups-0.9:=[profile?]
>=dev-haskell/terminfo-0.3.2:=[profile?]
<dev-haskell/terminfo-0.4:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?]
<dev-haskell/transformers-0.4:=[profile?]
>=dev-haskell/wl-pprint-extras-3.3:=[profile?]
>=dev-lang/ghc-7.0.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

src_configure() {
haskell-cabal_src_configure \
--flag=cursed
}

0 comments on commit 2c9dd1a

Please sign in to comment.