From de2a3c20a244f2d1b765a5517527d4798e26799f Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 15 Feb 2017 23:08:09 +0000 Subject: dev-haskell/with-location: new package, a depend of doctest-0.11.1 Use ImplicitParams-based source locations in a backward compatible way Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../with-location/with-location-0.1.0.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-haskell/with-location/with-location-0.1.0.ebuild (limited to 'dev-haskell/with-location/with-location-0.1.0.ebuild') diff --git a/dev-haskell/with-location/with-location-0.1.0.ebuild b/dev-haskell/with-location/with-location-0.1.0.ebuild new file mode 100644 index 000000000000..923051135658 --- /dev/null +++ b/dev-haskell/with-location/with-location-0.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way" +HOMEPAGE="https://github.com/sol/with-location#readme" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 + test? ( dev-haskell/hspec ) +" -- cgit v1.2.3-18-g5258