Skip to content

Commit

Permalink
dev-haskell/cookie: bump up to 0.4.2
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 05898e1 commit 3176b17
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/cookie/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST cookie-0.4.0.1.tar.gz 3230 SHA256 73967e5d4a0fe43248db582ace5f0f4cb8c7085748ea90e1dc312f3e137e6506 SHA512 36d8e64a993117586419bc15075aeff00a6c5a2ec950329f5c5ac3ae85f6362995d466680e95f242c98fa761b458e0ff24b1387aff60b78fa06e5ceedca093cf WHIRLPOOL 9e10acedbc39cac9599788b7068510bf9a362f4da5508689e4f69af1e92b9f3b262150af59499f2e473652c1e546c3f4f7f38450e63b5b0cc913f3b98dec7e19
DIST cookie-0.4.1.6.tar.gz 5319 SHA256 3a2da4db7478ae45f848ebd5fcd40c23c84ecd00be79dec857e526619da9de2c SHA512 e8af84665bb4577fd21274aa66c021d27eb6a863f637f8c7a25e92c76c3533668d32eae7fe4118197c02cc787b88427b9b54937d0b287286c6f13ab29f0dde6c WHIRLPOOL d73e4b4e3c276c42c156653a8891ed506b16efccfb3e4c4a0a9b7fcd2baf01cb83f614b5f5abb71bb795aa2d3e5a1a4416feca333905aced15eb4ad7485d5ac1
DIST cookie-0.4.2.tar.gz 5849 SHA256 a97a1569a2400a9027f5cf2352d56ea62884d4a98431844456342447919fd95b SHA512 fb220c6d58ca36385d5f21025f821d634944ba05e4b60b962b9b10f50db22f34425fa663590c8d95d80cf3598456982ac0da55e63a487847967498b7d85667c1 WHIRLPOOL d1b923b43ff42bbe94eeed1211218d3b4cdd123ba516efa1969a9b49d6d314ff13940b154479314117ec721e7f97ca1512833ca095753149be91e488e7de06fa
34 changes: 34 additions & 0 deletions dev-haskell/cookie/cookie-0.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

# ebuild generated by hackport 0.4.7.9999

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

DESCRIPTION="HTTP cookie parsing and rendering"
HOMEPAGE="https://github.com/snoyberg/cookie"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/old-locale-1:=[profile?]
>=dev-haskell/text-0.7:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
dev-haskell/quickcheck
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
"

0 comments on commit 3176b17

Please sign in to comment.