From e575257ce2017bc20891ec3f67168f5fdd7e6fd9 Mon Sep 17 00:00:00 2001 From: Jack Todaro Date: Wed, 29 Jul 2020 12:47:58 +1000 Subject: dev-haskell/aeson-diff: add package Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro Signed-off-by: Sergei Trofimovich --- dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild (limited to 'dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild') diff --git a/dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild b/dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild new file mode 100644 index 000000000000..d44881aa49be --- /dev/null +++ b/dev-haskell/aeson-diff/aeson-diff-1.1.0.8.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 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="Extract and apply patches to JSON documents" +HOMEPAGE="https://github.com/thsutton/aeson-diff" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Ambiguous module name ‘Data.Vector’: found in multiple packages: AC-Vector-Fancy-2.4.0 vector-0.12.0.2 +RESTRICT=test + +RDEPEND="dev-haskell/aeson:=[profile?] + dev-haskell/edit-distance-vector:=[profile?] + dev-haskell/hashable:=[profile?] + dev-haskell/mtl:=[profile?] + dev-haskell/optparse-applicative:=[profile?] + dev-haskell/scientific:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/unordered-containers:=[profile?] + dev-haskell/vector:=[profile?] + >=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( >=dev-haskell/doctest-0.9 + dev-haskell/glob + dev-haskell/hlint + dev-haskell/quickcheck + dev-haskell/quickcheck-instances ) +" + +src_prepare() { + default + + cabal_chdeps \ + 'base >=4.9 && <4.14' 'base >=4.9' +} -- cgit v1.2.3