From 710e75c9d0b868dd63a1512d5b17693d6196f87f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 15 Feb 2017 22:22:53 +0000 Subject: dev-haskell/string-qq: new package, a depend of pandoc-1.18 QuasiQuoter for non-interpolated strings, texts and bytestrings Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-haskell/string-qq/string-qq-0.0.2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-haskell/string-qq/string-qq-0.0.2.ebuild (limited to 'dev-haskell/string-qq/string-qq-0.0.2.ebuild') diff --git a/dev-haskell/string-qq/string-qq-0.0.2.ebuild b/dev-haskell/string-qq/string-qq-0.0.2.ebuild new file mode 100644 index 000000000000..0533cceb817a --- /dev/null +++ b/dev-haskell/string-qq/string-qq-0.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="QuasiQuoter for non-interpolated strings, texts and bytestrings" +HOMEPAGE="http://hackage.haskell.org/package/string-qq" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" -- cgit v1.2.3-65-gdbad