diff options
| author | Jack Todaro <solpeth@posteo.org> | 2020-07-29 11:38:15 +1000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 08:59:59 +0100 |
| commit | 64abf1f8c3f6c5630987f05f43067ad306188160 (patch) | |
| tree | 4d8c2b7915d02872fe628a6e30221b2dc6e3f238 /dev-haskell/diff/diff-0.4.0.ebuild | |
| parent | f76bf08350db37f0423ed1f3cbc01bb85e3cdd85 (diff) | |
| download | gentoo-64abf1f8c3f6c5630987f05f43067ad306188160.tar.gz gentoo-64abf1f8c3f6c5630987f05f43067ad306188160.tar.bz2 gentoo-64abf1f8c3f6c5630987f05f43067ad306188160.zip | |
dev-haskell/diff: bump up to 0.4.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/diff/diff-0.4.0.ebuild')
| -rw-r--r-- | dev-haskell/diff/diff-0.4.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/diff/diff-0.4.0.ebuild b/dev-haskell/diff/diff-0.4.0.ebuild new file mode 100644 index 000000000000..609ea0601bb9 --- /dev/null +++ b/dev-haskell/diff/diff-0.4.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +MY_PN="Diff" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="O(ND) diff algorithm in haskell" +HOMEPAGE="http://hackage.haskell.org/package/Diff" +SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-quickcheck2 ) +" + +S="${WORKDIR}/${MY_P}" |
