summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2015-04-03 09:51:47 +0000
committerMark Wright <gienah@gentoo.org>2015-04-03 09:51:47 +0000
commit99dd8470bf4ee8a3d6645b4194f88824d37d4e81 (patch)
treef52b5da7662953653bf2dd9c3f23a0950883956b /dev-haskell/th-expand-syns
parentBump th-lift to 0.7.2 (diff)
downloadgentoo-2-99dd8470bf4ee8a3d6645b4194f88824d37d4e81.tar.gz
gentoo-2-99dd8470bf4ee8a3d6645b4194f88824d37d4e81.tar.bz2
gentoo-2-99dd8470bf4ee8a3d6645b4194f88824d37d4e81.zip
Bump th-expand-syns to 0.3.0.6
(Portage version: 2.2.18/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/ChangeLog7
-rw-r--r--dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-haskell/th-expand-syns/ChangeLog b/dev-haskell/th-expand-syns/ChangeLog
index aee1b25513a3..c562e913a299 100644
--- a/dev-haskell/th-expand-syns/ChangeLog
+++ b/dev-haskell/th-expand-syns/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/th-expand-syns
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/th-expand-syns/ChangeLog,v 1.2 2015/01/04 04:49:53 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/th-expand-syns/ChangeLog,v 1.3 2015/04/03 09:51:47 gienah Exp $
+
+*th-expand-syns-0.3.0.6 (03 Apr 2015)
+
+ 03 Apr 2015; Mark Wright <gienah@gentoo.org> +th-expand-syns-0.3.0.6.ebuild:
+ Bump th-expand-syns to 0.3.0.6
04 Jan 2015; Mark Wright <gienah@gentoo.org>
+files/th-expand-syns-0.3.0.4-ghc-7.10-1.patch,
diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild
new file mode 100644
index 000000000000..d06e87cf26ce
--- /dev/null
+++ b/dev-haskell/th-expand-syns/th-expand-syns-0.3.0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 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.6.ebuild,v 1.1 2015/04/03 09:51:47 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+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.8
+"