diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-11 23:25:48 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:53 +0000 |
commit | 800e05c876928c572d48bb02b3b5d1c72563475a (patch) | |
tree | 8b3b23f829999845ba380ac438e412c58fa792db /dev-haskell/th-lift | |
parent | dev-haskell/these: new package, add 1.1.1.1 (diff) | |
download | gentoo-800e05c876928c572d48bb02b3b5d1c72563475a.tar.gz gentoo-800e05c876928c572d48bb02b3b5d1c72563475a.tar.bz2 gentoo-800e05c876928c572d48bb02b3b5d1c72563475a.zip |
dev-haskell/th-lift: add 0.8.2
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/th-lift')
-rw-r--r-- | dev-haskell/th-lift/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/th-lift/th-lift-0.8.2.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/th-lift/Manifest b/dev-haskell/th-lift/Manifest index 928e1f771bb8..035ed3601ce4 100644 --- a/dev-haskell/th-lift/Manifest +++ b/dev-haskell/th-lift/Manifest @@ -1 +1,2 @@ DIST th-lift-0.8.1.tar.gz 13816 BLAKE2B 4e8a8231a77c3b98ab05a9a3ed0c682a09f61558483c832bdcfce42391199a8fd27c092252e130a5bb5d481bd364627254abac87f701ae8dde015ddc545168dd SHA512 21fb31f23aa41ec2c1979b7ad9ce467d9ed555237f7d4236b1400cb00bb7531832b269c1248062fe478876e9f8e4a2968171999a4c8264756ad10aa7e5983fa7 +DIST th-lift-0.8.2.tar.gz 14385 BLAKE2B 31c02c810a3260450e2efd79e4271d326341cc8a8fae9dc3d0293b4b065978cf9d3e676fb54d003d385d21def498f03014c8065a14c9f90931a2843add8349c0 SHA512 bda1fd661274d911898eb163427a83db81bf5cc6d7cdd2936a84cb314268be2d38c5753727c1e87e83f8edb61e8bbbd0976001f680830b3bc2d4eb96178505ec diff --git a/dev-haskell/th-lift/th-lift-0.8.2.ebuild b/dev-haskell/th-lift/th-lift-0.8.2.ebuild new file mode 100644 index 000000000000..4e37f42f33ca --- /dev/null +++ b/dev-haskell/th-lift/th-lift-0.8.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Derive Template Haskell's Lift class for datatypes" +HOMEPAGE="https://github.com/RyanGlScott/th-lift" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/th-abstraction-0.2.3:=[profile?] <dev-haskell/th-abstraction-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.12 +" |