diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-15 23:08:09 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 10:21:45 +0000 |
commit | de2a3c20a244f2d1b765a5517527d4798e26799f (patch) | |
tree | 25e1fce10abdf8f668a5aded53bbbd496a1d89d4 /dev-haskell/with-location/with-location-0.1.0.ebuild | |
parent | dev-haskell/code-page: new package, a depend of doctests-0.11.1 (diff) | |
download | gentoo-de2a3c20a244f2d1b765a5517527d4798e26799f.tar.gz gentoo-de2a3c20a244f2d1b765a5517527d4798e26799f.tar.bz2 gentoo-de2a3c20a244f2d1b765a5517527d4798e26799f.zip |
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
Diffstat (limited to 'dev-haskell/with-location/with-location-0.1.0.ebuild')
-rw-r--r-- | dev-haskell/with-location/with-location-0.1.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 ) +" |