diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 20:49:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-14 21:27:04 +0000 |
commit | 91b34785bf72d6765c7ad85ebf20209488d96548 (patch) | |
tree | a137a01297068bc156bbe1e649cd7c283b91bbe8 /dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild | |
parent | dev-haskell/hourglass: bump up to 0.2.12 (diff) | |
download | gentoo-91b34785bf72d6765c7ad85ebf20209488d96548.tar.gz gentoo-91b34785bf72d6765c7ad85ebf20209488d96548.tar.bz2 gentoo-91b34785bf72d6765c7ad85ebf20209488d96548.zip |
dev-haskell/hjsmin: bump up to 0.2.0.4
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild')
-rw-r--r-- | dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild b/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild new file mode 100644 index 000000000000..e74f3c315fb3 --- /dev/null +++ b/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Haskell implementation of a javascript minifier" +HOMEPAGE="https://github.com/erikd/hjsmin" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # Requires network access? + +RDEPEND=">=dev-haskell/language-javascript-0.6:=[profile?] <dev-haskell/language-javascript-0.8:=[profile?] + >=dev-haskell/optparse-applicative-0.7:=[profile?] + >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-1.3:=[profile?] + >=dev-lang/ghc-7.10.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.22.2.0 + test? ( dev-haskell/extra ) +" |