diff options
author | 2013-12-11 05:58:25 +0000 | |
---|---|---|
committer | 2013-12-11 05:58:25 +0000 | |
commit | 3a99a57e4367b2b8c30656647b87d71522df1252 (patch) | |
tree | f62cf6dd8a92f84455d1a3437ecebc5748759a70 /dev-haskell/fast-logger/fast-logger-2.0.0.ebuild | |
parent | Bump entropy to 0.2.2.4 (diff) | |
download | gentoo-2-3a99a57e4367b2b8c30656647b87d71522df1252.tar.gz gentoo-2-3a99a57e4367b2b8c30656647b87d71522df1252.tar.bz2 gentoo-2-3a99a57e4367b2b8c30656647b87d71522df1252.zip |
Bump fast-logger to 2.0.0
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/fast-logger/fast-logger-2.0.0.ebuild')
-rw-r--r-- | dev-haskell/fast-logger/fast-logger-2.0.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/fast-logger/fast-logger-2.0.0.ebuild b/dev-haskell/fast-logger/fast-logger-2.0.0.ebuild new file mode 100644 index 000000000000..eb64bf2ed562 --- /dev/null +++ b/dev-haskell/fast-logger/fast-logger-2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fast-logger/fast-logger-2.0.0.ebuild,v 1.1 2013/12/11 05:58:25 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A fast logging system" +HOMEPAGE="http://hackage.haskell.org/package/fast-logger" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/blaze-builder:=[profile?] + dev-haskell/text:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hspec ) +" |