commit:     ac265b48310881c25742e60950332c8b84669ef3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 13:16:47 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 28 17:53:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac265b48

dev-haskell/th-utilities: new package, a depend of dev-haskell/stack

Collection of useful functions for use with Template Haskell

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-haskell/th-utilities/Manifest                  |  1 +
 dev-haskell/th-utilities/metadata.xml              | 11 ++++++++
 .../th-utilities/th-utilities-0.2.0.1.ebuild       | 30 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-haskell/th-utilities/Manifest 
b/dev-haskell/th-utilities/Manifest
new file mode 100644
index 00000000000..bec1308b9bb
--- /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 00000000000..93ba8d9ecc2
--- /dev/null
+++ b/dev-haskell/th-utilities/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+       <longdescription>
+               Collection of useful functions for use with Template Haskell
+       </longdescription>
+</pkgmetadata>

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 00000000000..26d2cbd60e0
--- /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 )
+"

Reply via email to