Skip to content

Commit

Permalink
dev-haskell/store-core: bump up to 0.4.4.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Aug 5, 2020
1 parent f7a7039 commit a20d097
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/store-core/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST store-core-0.3.tar.gz 6952 BLAKE2B 269afdd4c3212c6ed1c6d9c4a499694fced4035b3fa298fd9262af1badcf5952fd0ed95aeece0d7ed82eaeccf739d22811fb44003e564e5e8aa53efb61ce32cc SHA512 32800552f02a4b205794e238637d3c4d12d58e78fdb1b8bb51e4c9c09634c58f6fed13c108ffda1fb9059ef00dafc674c105832b2df290cb3c183d7ba76bbd05
DIST store-core-0.4.4.2.tar.gz 7768 BLAKE2B c8d6ad7914e32f056930cc10cce87b86c781d2c5b3e04212a51f09e0dc248caaa837fea592804b7857639f711e915fcc2e5a332b2d9755a98c68b4ab0ddb71a4 SHA512 b157ef0a5b7ab1918f80ab5bbce1cb8b90e2daa7c915103a2d020c60aa533e625aa7c32abe78ce0bd0ef868f49da5f59cfdf41973ca49f8eed5ffafc14dcc406
3 changes: 3 additions & 0 deletions dev-haskell/store-core/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<use>
<flag name="force-alignment">No description</flag>
</use>
<longdescription>
Fast and lightweight binary serialization
</longdescription>
Expand Down
32 changes: 32 additions & 0 deletions dev-haskell/store-core/store-core-0.4.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.6.3

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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="force-alignment"

RDEPEND=">=dev-haskell/fail-4.9:=[profile?]
>=dev-haskell/primitive-0.6:=[profile?] <dev-haskell/primitive-1.0:=[profile?]
>=dev-haskell/text-1.2.0.4:=[profile?] <dev-haskell/text-2.0:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag force-alignment force-alignment)
}

0 comments on commit a20d097

Please sign in to comment.