diff options
| author | Jack Todaro <solpeth@posteo.org> | 2022-07-30 14:50:33 +1000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-07-30 06:21:33 +0100 |
| commit | 924269e166e1470baed6f9a93afe74092c012e63 (patch) | |
| tree | 1754718b9bf5c27ea73b9c649dc917ab43817fb1 /dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild | |
| parent | b4db5bfd09c77511963c1f50879a7dd19e76d700 (diff) | |
| download | gentoo-924269e166e1470baed6f9a93afe74092c012e63.tar.gz gentoo-924269e166e1470baed6f9a93afe74092c012e63.tar.bz2 gentoo-924269e166e1470baed6f9a93afe74092c012e63.zip | |
dev-haskell/aeson-diff: add 1.1.0.13
Closes: https://bugs.gentoo.org/860999
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild')
| -rw-r--r-- | dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild b/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild new file mode 100644 index 000000000000..7fba9e5d45b5 --- /dev/null +++ b/dev-haskell/aeson-diff/aeson-diff-1.1.0.13.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.2.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Extract and apply patches to JSON documents" +HOMEPAGE="https://github.com/ysangkok/aeson-diff" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +# 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-2.0.3:=[profile?] + dev-haskell/edit-distance-vector:=[profile?] + dev-haskell/optparse-applicative:=[profile?] + dev-haskell/scientific:=[profile?] + dev-haskell/vector:=[profile?] + dev-haskell/yaml:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 <dev-haskell/cabal-4 + >=dev-haskell/cabal-doctest-1 <dev-haskell/cabal-doctest-1.1 + test? ( >=dev-haskell/doctest-0.18.2 + dev-haskell/glob + dev-haskell/quickcheck ) +" |
