summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-01-12 16:44:25 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-01-12 16:44:25 +0000
commit7acb63b840b3651bc27f6891c60efe8e28477de8 (patch)
tree5639b4de204a2f11118e20348c7375cab3cbd4bc /dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild
parentInitial import. Haskell library. Basic types for representing XML. Depend for... (diff)
downloadgentoo-2-7acb63b840b3651bc27f6891c60efe8e28477de8.tar.gz
gentoo-2-7acb63b840b3651bc27f6891c60efe8e28477de8.tar.bz2
gentoo-2-7acb63b840b3651bc27f6891c60efe8e28477de8.zip
Initial import. Haskell library. Bindings for the libXML2 SAX interface. Depend for dev-util/bustle-0.3.1.
(Portage version: 2.2.0_alpha84_p18/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild')
-rw-r--r--dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild b/dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild
new file mode 100644
index 000000000000..a0dfa663b404
--- /dev/null
+++ b/dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.2.ebuild,v 1.1 2012/01/12 16:44:25 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="Bindings for the libXML2 SAX interface"
+HOMEPAGE="http://john-millikin.com/software/bindings/libxml-sax/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/text-0.12
+ =dev-haskell/xml-types-0.3*
+ >=dev-lang/ghc-6.10.1
+ dev-libs/libxml2"
+DEPEND="${RDEPEND}
+ dev-haskell/c2hs
+ >=dev-haskell/cabal-1.6"