Skip to content

Commit

Permalink
dev-haskell/connection: bump up to 0.2.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
Sergei Trofimovich committed Jan 19, 2016
1 parent 7971ae9 commit e621b89
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/connection/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST connection-0.2.4.tar.gz 11067 SHA256 f2b82a91de6bdf9b76624335418013575d3e12ad2753c6e8997e2d016cdf806a SHA512 7a55f5bf8b35a8a03553051b38a01e3791e9c51db3222f5c91e77310cc9d61307e9d934d59e31f82be38804f1b9c60cd8856351b03e007e3b7a3c883abaabb48 WHIRLPOOL 2cc6c117a8d276a42e84233629d2e303f69e27ad4599fe69f1b04134724cb85c5f5efccd9f9fc4fb7cc1b00689e578c7eb665f6a67849ddbd83352b1e2812c9a
DIST connection-0.2.5.tar.gz 7576 SHA256 8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124 SHA512 02f02bfe48aa2f667986433d11fc7723aed8e87deb38082a6eacf009901334db2acb95c254a2cebd0b6c035bcdb6536f51af6c5dfdcc1ee51a13c1b7383460c4 WHIRLPOOL 0d47b4ad3ee3f573395e30abe8979f43f33ff34866a07b2470b582fc88424a9f5200059e06d0a9be9976290187acc28332e5072e913af3fd25587c88d4529aea
34 changes: 34 additions & 0 deletions dev-haskell/connection/connection-0.2.5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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="Simple and easy network connections API"
HOMEPAGE="https://github.com/vincenthz/hs-connection"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

RDEPEND="dev-haskell/byteable:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/network-2.3:=[profile?]
>=dev-haskell/socks-0.4:=[profile?]
>=dev-haskell/tls-1.3:=[profile?]
>=dev-haskell/x509-1.5:=[profile?]
>=dev-haskell/x509-store-1.5:=[profile?]
>=dev-haskell/x509-system-1.5:=[profile?]
>=dev-haskell/x509-validation-1.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

0 comments on commit e621b89

Please sign in to comment.