summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 06:18:18 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 06:18:18 +0000
commita6fc0b80bc69f3fe1e9a9dcef24b1e96b46e0d27 (patch)
treef0196602ef0fdf9277e7a82caa0070803e640f06 /dev-haskell/th-expand-syns
parentBump testpack to 2.1.3.0 (diff)
downloadgentoo-2-a6fc0b80bc69f3fe1e9a9dcef24b1e96b46e0d27.tar.gz
gentoo-2-a6fc0b80bc69f3fe1e9a9dcef24b1e96b46e0d27.tar.bz2
gentoo-2-a6fc0b80bc69f3fe1e9a9dcef24b1e96b46e0d27.zip
Add th-expand-syns
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/th-expand-syns')
-rw-r--r--dev-haskell/th-expand-syns/ChangeLog9
-rw-r--r--dev-haskell/th-expand-syns/metadata.xml8
-rw-r--r--dev-haskell/th-expand-syns/th-expand-syns-0.3.0.4.ebuild26
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/th-expand-syns/ChangeLog b/dev-haskell/th-expand-syns/ChangeLog
new file mode 100644
index 000000000000..818e64845dc5
--- /dev/null
+++ b/dev-haskell/th-expand-syns/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/th-expand-syns
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/th-expand-syns/ChangeLog,v 1.1 2014/12/14 06:18:18 gienah Exp $
+
+*th-expand-syns-0.3.0.4 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +metadata.xml,
+ +th-expand-syns-0.3.0.4.ebuild:
+ Add th-expand-syns
diff --git a/dev-haskell/th-expand-syns/metadata.xml b/dev-haskell/th-expand-syns/metadata.xml
new file mode 100644
index 000000000000..dfeb12b474d4
--- /dev/null
+++ b/dev-haskell/th-expand-syns/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Expands type synonyms in Template Haskell ASTs
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.4.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.4.ebuild
new file mode 100644
index 000000000000..8ffab641ae67
--- /dev/null
+++ b/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.4.ebuild,v 1.1 2014/12/14 06:18:18 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Expands type synonyms in Template Haskell ASTs"
+HOMEPAGE="http://hackage.haskell.org/package/th-expand-syns"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/syb:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"