From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/th-lift-instances/Manifest | 3 +++ dev-haskell/th-lift-instances/metadata.xml | 12 ++++++++++ .../th-lift-instances-0.1.11.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 dev-haskell/th-lift-instances/Manifest create mode 100644 dev-haskell/th-lift-instances/metadata.xml create mode 100644 dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild (limited to 'dev-haskell/th-lift-instances') diff --git a/dev-haskell/th-lift-instances/Manifest b/dev-haskell/th-lift-instances/Manifest new file mode 100644 index 000000000000..b4ff5f078fca --- /dev/null +++ b/dev-haskell/th-lift-instances/Manifest @@ -0,0 +1,3 @@ +DIST th-lift-instances-0.1.11.tar.gz 4477 BLAKE2B 22816020076245c154003ddb5a1523176368ceea47ba8d4e5c1f428227a2268079db59aae204c0a9012c565ae6c87991c6ede112926d12804d9a40efed5d4f35 SHA512 e4e443637c10cd21d9b6159f29ad8eb61a65bda2b625dff48ccbf1310c9abdbb1f48ff0c7e74974b78e0517db6af2889abb3c5cfeaed202c7b3efbe1c83dbc7a +EBUILD th-lift-instances-0.1.11.ebuild 727 BLAKE2B 50c4c13335439cb6093b6bf535f3e6c3fc902bcf88be61d7e1729d672ed14d0aa08e4dbf03b31e75e1f0eddbb67a76236fe514a6dc1219ec82cbcb2a20a1d5ad SHA512 27fb3d80824d40c980857750b99ebcaf440b393ed3d12fa5b2a04fd0397203b7b7fc5c3729acb38568ece6e3f2d9896d1a862f7135538a9e64f09f135a63a200 +MISC metadata.xml 440 BLAKE2B 0309320a428a71aff074e04b2e20e62905f909b1d199212162e8aaaab7e5ab1862b02648cc4c1404f64cb0d04129624b491539ad64914788d0bfc1219ed21413 SHA512 1a710e960f2ca951491c37074a9cff05926b77897533a69d45645f5c3d17eec377106dbafe542d9bc3b7e7695f879a2059387dc2e1573d67de662732eb9e8e86 diff --git a/dev-haskell/th-lift-instances/metadata.xml b/dev-haskell/th-lift-instances/metadata.xml new file mode 100644 index 000000000000..0d764dc95edd --- /dev/null +++ b/dev-haskell/th-lift-instances/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Most data types in haskell platform do not have Lift instances. This package provides orphan instances + for containers, text, bytestring and vector. + + diff --git a/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild b/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild new file mode 100644 index 000000000000..5213fdf2b696 --- /dev/null +++ b/dev-haskell/th-lift-instances/th-lift-instances-0.1.11.ebuild @@ -0,0 +1,28 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Lift instances for template-haskell for common data types" +HOMEPAGE="https://github.com/bennofs/th-lift-instances/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/text:=[profile?] + dev-haskell/th-lift:=[profile?] + >=dev-haskell/vector-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( >=dev-haskell/quickcheck-2.6 ) +" -- cgit v1.2.3