diff --git a/dev-haskell/fingertree/Manifest b/dev-haskell/fingertree/Manifest index b3caf94871c53..7d6ff2a1588c1 100644 --- a/dev-haskell/fingertree/Manifest +++ b/dev-haskell/fingertree/Manifest @@ -1 +1,2 @@ DIST fingertree-0.1.4.2.tar.gz 18978 BLAKE2B 25eafe2e25ac00121c29bf6e54d6dd754e3672bb321451dcbc89594123b4f71b263fa8584bfeaaa63362d9901af7263c8028ea2f75684e2f2f960f31feecbb9a SHA512 016a772830c0bb27ec15fa99c9dff280c210f288a1f2dc15828224a6a8cdad87ade816191320aa59c876eba6b33cdb47a778572e66a8f3c989984cea2f4970ac +DIST fingertree-0.1.5.0.tar.gz 20656 BLAKE2B b6c34b90932f8427586bf5901a2ace8c3e556c5997035edf5116f996b4b093b4b58c441ec05c115866ee38800eb2726d07431de094ca054aaebf58241a7eea9a SHA512 c5a580c64dfe374fe818f1388e4a8870ebfc27bd09137a58fb72afee18d73b8217afe722cbe5f0017990ab28ff630cda512ca4c3c3f28e8f24622d3d15b59325 diff --git a/dev-haskell/fingertree/fingertree-0.1.5.0.ebuild b/dev-haskell/fingertree/fingertree-0.1.5.0.ebuild new file mode 100644 index 0000000000000..4d398e4dd11c4 --- /dev/null +++ b/dev-haskell/fingertree/fingertree-0.1.5.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.7.3.0 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Generic finger-tree structure, with example instances" +HOMEPAGE="https://hackage.haskell.org/package/fingertree" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( dev-haskell/hunit + dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-hunit + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/fingertree/metadata.xml b/dev-haskell/fingertree/metadata.xml index 9483c27eeca0d..cc7fb249a61ae 100644 --- a/dev-haskell/fingertree/metadata.xml +++ b/dev-haskell/fingertree/metadata.xml @@ -5,19 +5,7 @@ haskell@gentoo.org Gentoo Haskell - - A general sequence representation with arbitrary - annotations, for use as a base for implementations of - various collection types, with examples, as described - in section 4 of - - * Ralf Hinze and Ross Paterson, - \"Finger trees: a simple general-purpose data structure\", - /Journal of Functional Programming/ 16:2 (2006) pp 197-217. - <http://www.soi.city.ac.uk/~ross/papers/FingerTree.html> - - For a tuned sequence type, see @Data.Sequence@ in the - @containers@ package, which is a specialization of - this structure. - + + fingertree +