diff options
author | 2020-07-30 10:23:56 +1000 | |
---|---|---|
committer | 2020-08-01 09:01:54 +0100 | |
commit | 31342e26f61e3a8076c9271d9300c2cec6815b9d (patch) | |
tree | da8c8ff26e06169eaff23150f061ee95e21bff50 /dev-haskell/socks/socks-0.6.1.ebuild | |
parent | dev-haskell/feed: bump up to 1.3.0.1 (diff) | |
download | gentoo-31342e26f61e3a8076c9271d9300c2cec6815b9d.tar.gz gentoo-31342e26f61e3a8076c9271d9300c2cec6815b9d.tar.bz2 gentoo-31342e26f61e3a8076c9271d9300c2cec6815b9d.zip |
dev-haskell/socks: bump up to 0.6.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/socks/socks-0.6.1.ebuild')
-rw-r--r-- | dev-haskell/socks/socks-0.6.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/socks/socks-0.6.1.ebuild b/dev-haskell/socks/socks-0.6.1.ebuild new file mode 100644 index 000000000000..1ca6acd551eb --- /dev/null +++ b/dev-haskell/socks/socks-0.6.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Socks proxy (version 5) implementation" +HOMEPAGE="https://github.com/vincenthz/hs-socks" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/basement:=[profile?] + >=dev-haskell/cereal-0.3.1:=[profile?] + >=dev-haskell/network-2.6:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18 +" |