summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-09-17 17:09:45 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-09-17 17:09:45 +0000
commit68941781c7323ae733e4c1992c1c7469ee9415e4 (patch)
tree4e659c0148a7d78cd474c3733562531b68e58b71 /dev-haskell
parentInitial work on the 1.6.x stable patch queue. (diff)
downloadgentoo-2-68941781c7323ae733e4c1992c1c7469ee9415e4.tar.gz
gentoo-2-68941781c7323ae733e4c1992c1c7469ee9415e4.tar.bz2
gentoo-2-68941781c7323ae733e4c1992c1c7469ee9415e4.zip
dev-haskell/pandoc-types: 1.12
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/pandoc-types/ChangeLog8
-rw-r--r--dev-haskell/pandoc-types/pandoc-types-1.12.ebuild27
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-haskell/pandoc-types/ChangeLog b/dev-haskell/pandoc-types/ChangeLog
index f0b6d29446ca..eaf6260ebcf4 100644
--- a/dev-haskell/pandoc-types/ChangeLog
+++ b/dev-haskell/pandoc-types/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/pandoc-types
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.4 2013/04/02 12:55:00 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/ChangeLog,v 1.5 2013/09/17 17:09:45 qnikst Exp $
+
+*pandoc-types-1.12 (17 Sep 2013)
+
+ 17 Sep 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +pandoc-types-1.12.ebuild:
+ dev-haskell/pandoc-types: 1.12
*pandoc-types-1.10 (02 Apr 2013)
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild
new file mode 100644
index 000000000000..c9a47a287b2d
--- /dev/null
+++ b/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-types/pandoc-types-1.12.ebuild,v 1.1 2013/09/17 17:09:45 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Types for representing a structured document"
+HOMEPAGE="http://johnmacfarlane.net/pandoc"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?]
+ >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.5:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"