From: Sergei Trofimovich Date: Sun, 28 May 2017 13:13:33 +0000 (+0100) Subject: dev-haskell/store-core: new package, a depend of dev-haskell/stack X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2fe8fa01e11d892213cbf016f452908f913f55a6;p=gentoo.git dev-haskell/store-core: new package, a depend of dev-haskell/stack Fast and lightweight binary serialization Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- diff --git a/dev-haskell/store-core/Manifest b/dev-haskell/store-core/Manifest new file mode 100644 index 000000000000..abeef7bc01db --- /dev/null +++ b/dev-haskell/store-core/Manifest @@ -0,0 +1 @@ +DIST store-core-0.3.tar.gz 6952 SHA256 8793230b634a310a91db98727dfa6f34a0b7f5ded55985342066d33d98507087 SHA512 32800552f02a4b205794e238637d3c4d12d58e78fdb1b8bb51e4c9c09634c58f6fed13c108ffda1fb9059ef00dafc674c105832b2df290cb3c183d7ba76bbd05 WHIRLPOOL 6b5c4208c7a871549c21115286b8973848af3808dcdae53dac2953eeba0a70fc05085cbe08de9f63b6eeb644810eb1d2c82a28234cb5acdef4a21e42ae515489 diff --git a/dev-haskell/store-core/metadata.xml b/dev-haskell/store-core/metadata.xml new file mode 100644 index 000000000000..46a27879f9b1 --- /dev/null +++ b/dev-haskell/store-core/metadata.xml @@ -0,0 +1,11 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Fast and lightweight binary serialization + + diff --git a/dev-haskell/store-core/store-core-0.3.ebuild b/dev-haskell/store-core/store-core-0.3.ebuild new file mode 100644 index 000000000000..58d73d15803f --- /dev/null +++ b/dev-haskell/store-core/store-core-0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Fast and lightweight binary serialization" +HOMEPAGE="https://github.com/fpco/store#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/fail:=[profile?] + >=dev-haskell/primitive-0.6:=[profile?] =dev-haskell/text-1.2.0.4:=[profile?] =dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +"