summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:23:40 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 10:26:39 +0000
commit25bb19b846780ac6130ab49c32fd4dae58800188 (patch)
tree9f5ac5cdc0b5f013e4b44ec3778382827100c199 /dev-haskell
parentapp-crypt/ccrypt: amd64 stable wrt bug #609372 (diff)
downloadgentoo-25bb19b846780ac6130ab49c32fd4dae58800188.tar.gz
gentoo-25bb19b846780ac6130ab49c32fd4dae58800188.tar.bz2
gentoo-25bb19b846780ac6130ab49c32fd4dae58800188.zip
dev-haskell/th-expand-syns: bump up to 0.4.2.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/th-expand-syns/Manifest1
-rw-r--r--dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/th-expand-syns/Manifest b/dev-haskell/th-expand-syns/Manifest
index d399b9e9d0ea..37db9e279e8d 100644
--- a/dev-haskell/th-expand-syns/Manifest
+++ b/dev-haskell/th-expand-syns/Manifest
@@ -1 +1,2 @@
DIST th-expand-syns-0.3.0.6.tar.gz 6395 SHA256 d2f4ea032b5cc79591f516cf607a99acb9557f054edb9906a50a4decef481b0f SHA512 ffface5d571b6af659e37910c22aaca93c04dac3a58483b53a8c197389ef94173027b3e446f96e7de7239c9139f7901aa85a2e990f9d2a2d83a5e641d7f37365 WHIRLPOOL c09be5619dd9f6de5b38918523e203c1b11c3b2a5e8c9b161d8d306d36ad8b5499709880bfe598ef5f0236225c6c904c16578fa498e9886ac684d78789ca561f
+DIST th-expand-syns-0.4.2.0.tar.gz 7237 SHA256 66fed79828e9a13375f0f801f5ecc3763186667228ad91e19919219ff1654db9 SHA512 c0af0f38793cad2ddf96b75fb19641f791dab51f053b4d8c68c6081f0cd2e29f1d76fd2436b596c10718dfd84e4715740499cf95675e22013c7ce3a1655ba8b9 WHIRLPOOL 7340da373ce3a0cb277ef91d4fb23b067049f3669808caf44a3c923b2b9b48829bc9befc67568951df068c6ca3cbdb4687d63fbe066986bc08806d95e73d9d9d
diff --git a/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild b/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild
new file mode 100644
index 000000000000..ac06411a9826
--- /dev/null
+++ b/dev-haskell/th-expand-syns/th-expand-syns-0.4.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.1.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Expands type synonyms in Template Haskell ASTs"
+HOMEPAGE="https://github.com/DanielSchuessler/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
+"