diff --git a/dev-haskell/th-utilities/Manifest b/dev-haskell/th-utilities/Manifest new file mode 100644 index 0000000000000..bec1308b9bb46 --- /dev/null +++ b/dev-haskell/th-utilities/Manifest @@ -0,0 +1 @@ +DIST th-utilities-0.2.0.1.tar.gz 14996 SHA256 65c64cee69c0d9bf8d0d5d4590aaea7dcf4177f97818526cbb3fac20901671d6 SHA512 30cb5c09071beb1f8e029d217fefc6e58aa6eaa8a28994990d1549091fc174195b04a10e7873b1ac5f894cb4a528bf9764256ff1ad5c969493fbf5f872f1749f WHIRLPOOL f7f515d011c1edc2b049708700a4b2f5675e8a82dd7eaf93f54457f2c2409d7b8a978aef438c271f06c0cd346f75b81c7e864b729880d26349a674a4ba967480 diff --git a/dev-haskell/th-utilities/metadata.xml b/dev-haskell/th-utilities/metadata.xml new file mode 100644 index 0000000000000..93ba8d9ecc213 --- /dev/null +++ b/dev-haskell/th-utilities/metadata.xml @@ -0,0 +1,11 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + Collection of useful functions for use with Template Haskell + + diff --git a/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild b/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild new file mode 100644 index 0000000000000..26d2cbd60e01b --- /dev/null +++ b/dev-haskell/th-utilities/th-utilities-0.2.0.1.ebuild @@ -0,0 +1,30 @@ +# 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="Collection of useful functions for use with Template Haskell" +HOMEPAGE="https://github.com/fpco/th-utilities#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/primitive:=[profile?] + dev-haskell/syb:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/th-orphans:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( dev-haskell/hspec + dev-haskell/vector ) +"