summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-02 23:07:25 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:34 +0100
commit1bf7acd62bb0b60ec5d7a5d9349c37a011055a35 (patch)
treed4075ac6084ee9c4f754e49a8e402a918aca9af9 /dev-haskell/fingertree
parentdev-haskell/filepath-bytestring: Loosen constraint on filepath (diff)
downloadgentoo-1bf7acd62bb0b60ec5d7a5d9349c37a011055a35.tar.gz
gentoo-1bf7acd62bb0b60ec5d7a5d9349c37a011055a35.tar.bz2
gentoo-1bf7acd62bb0b60ec5d7a5d9349c37a011055a35.zip
dev-haskell/fingertree: add 0.1.5.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/fingertree')
-rw-r--r--dev-haskell/fingertree/Manifest1
-rw-r--r--dev-haskell/fingertree/fingertree-0.1.5.0.ebuild27
-rw-r--r--dev-haskell/fingertree/metadata.xml18
3 files changed, 31 insertions, 15 deletions
diff --git a/dev-haskell/fingertree/Manifest b/dev-haskell/fingertree/Manifest
index b3caf94871c5..7d6ff2a1588c 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 000000000000..4d398e4dd11c
--- /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 9483c27eeca0..cc7fb249a61a 100644
--- a/dev-haskell/fingertree/metadata.xml
+++ b/dev-haskell/fingertree/metadata.xml
@@ -5,19 +5,7 @@
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- 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.
- &lt;http://www.soi.city.ac.uk/~ross/papers/FingerTree.html&gt;
-
- For a tuned sequence type, see @Data.Sequence@ in the
- @containers@ package, which is a specialization of
- this structure.
- </longdescription>
+ <upstream>
+ <remote-id type="hackage">fingertree</remote-id>
+ </upstream>
</pkgmetadata>