Skip to content

Commit

Permalink
dev-haskell/cassava: bump up to 0.4.5.0
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed May 11, 2016
1 parent 6fd9170 commit 802b2f8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/cassava/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST cassava-0.4.4.0.tar.gz 32631 SHA256 0733ede68d2670fd3e676f5a19b6d31233b266a8dc42387316e6ec7ed5e5df3f SHA512 af0954754bbcfe8068ccd029417327770c60a62ecc5503b3cce5a58962940a804e167688760aec7ead42ec99b404295715d2f8fd65e4b4ed2918e1c5e063b36b WHIRLPOOL 83a7bec7afd9c6550e20871c7aabd353cbc9241aa49a1bd90f96047041a1c665179e60926e11ea80e9df6cd339334daeb046857c24d24f2cecfb76c1c923b32e
DIST cassava-0.4.5.0.tar.gz 33104 SHA256 7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9 SHA512 24f017ac44f48cdf000cab4108023d6f30a67638964831f0d7cd167bcd96ba85337d3aec6855128d370b9b383394042b3adf8dfd7299e616a385fd09125005a5 WHIRLPOOL 11f2647a2c027670b6828f752b68ee1754f9b84f8a050c36046373880e4bbe9ec504ac59ae894f60cb54f3434d25e7f55678e3f358115e23a1b50206933f202b
36 changes: 36 additions & 0 deletions dev-haskell/cassava/cassava-0.4.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 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 test-suite"
inherit haskell-cabal

DESCRIPTION="A CSV parsing and encoding library"
HOMEPAGE="https://github.com/hvr/cassava"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
<dev-haskell/blaze-builder-0.5:=[profile?]
<dev-haskell/hashable-1.3:=[profile?]
<dev-haskell/text-1.3:=[profile?]
<dev-haskell/unordered-containers-0.3:=[profile?]
<dev-haskell/vector-0.12:=[profile?]
>=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2.0
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/test-framework-quickcheck2 )
"

0 comments on commit 802b2f8

Please sign in to comment.