diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-09 19:36:15 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-08-09 19:36:58 +0100 |
commit | 76a0a1c0f083bcdc69f556f90ca5c9989e6521fb (patch) | |
tree | cc9ad8927039de048a3eed926d669370f7dfc013 /dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild | |
parent | dev-haskell/ekg-core: bump up to 0.1.1.0 (diff) | |
download | gentoo-76a0a1c0f083bcdc69f556f90ca5c9989e6521fb.tar.gz gentoo-76a0a1c0f083bcdc69f556f90ca5c9989e6521fb.tar.bz2 gentoo-76a0a1c0f083bcdc69f556f90ca5c9989e6521fb.zip |
dev-haskell/ekg-json: new package, JSON encoding of ekg metrics
A depend for dev-haskell/ekg-0.4.0.8.
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild')
-rw-r--r-- | dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild b/dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild new file mode 100644 index 000000000000..cbf23b04385e --- /dev/null +++ b/dev-haskell/ekg-json/ekg-json-0.1.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="JSON encoding of ekg metrics" +HOMEPAGE="https://github.com/tibbe/ekg-json" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="<dev-haskell/aeson-0.11:=[profile?] + >=dev-haskell/ekg-core-0.1:=[profile?] <dev-haskell/ekg-core-0.2:=[profile?] + <dev-haskell/text-1.3:=[profile?] + <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" |