From f29eb0598f62fc3b5f09f2de5a89c0437c6164d9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 21 Jan 2020 18:52:40 +0000 Subject: gentoo resync : 21.01.2020 --- dev-haskell/foundation/Manifest | 3 ++ dev-haskell/foundation/foundation-0.0.25.ebuild | 40 +++++++++++++++++++++++++ dev-haskell/foundation/metadata.xml | 30 +++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 dev-haskell/foundation/Manifest create mode 100644 dev-haskell/foundation/foundation-0.0.25.ebuild create mode 100644 dev-haskell/foundation/metadata.xml (limited to 'dev-haskell/foundation') diff --git a/dev-haskell/foundation/Manifest b/dev-haskell/foundation/Manifest new file mode 100644 index 000000000000..ac6a131b9749 --- /dev/null +++ b/dev-haskell/foundation/Manifest @@ -0,0 +1,3 @@ +DIST foundation-0.0.25.tar.gz 120472 BLAKE2B 2cff11363840b0b338b57d38438a13211e41a8e9bc6c359552dfb1854c9277c3228aac88b4a7930031fab75f78574cbe1cac6d5c87936f9b179e5c2277c00ff5 SHA512 7335795a1cdf2975d6e9471c5b469d99cc6d224d2da66838d830593a5abda73675920acb2dc823a6b92f2141dc2364c8fd5ad53d7e8aecd8df00e6998683be60 +EBUILD foundation-0.0.25.ebuild 1014 BLAKE2B 217be1b6cb7318f94badab77cf39a1d5f7a4abfc8ea584c847b426fee928a0f06d6ec3abe3ff848988eb4c1d342bdb8b476d5519b3307d5c714a516456ee858e SHA512 de632b91a9d3a5373067be73666facb43183eadf25a8c0a0a41804fd5ac1b6a5f2fcd1d79f723a546df0ffddc23b777d61c62e1879291223a7f1f5e7c2bf97bd +MISC metadata.xml 1114 BLAKE2B 41ce470a3203d232d7ecaafdb84a2c972d92ebcd2b9f6b42e9502b7999642a3665eff04a914f8df6b10323f63e311fa10e2afce28bb784962d1fa58ac0921d9b SHA512 bba2cb85bbedd5dc75f56f0cfb1858e6a5c8d38c0c1fe1c25e193f5ba77f82554c092737d439307a7e3494352819820106cc4cc13d3a9559a871cd3bfe4d1a7a diff --git a/dev-haskell/foundation/foundation-0.0.25.ebuild b/dev-haskell/foundation/foundation-0.0.25.ebuild new file mode 100644 index 000000000000..1f75b31ea271 --- /dev/null +++ b/dev-haskell/foundation/foundation-0.0.25.ebuild @@ -0,0 +1,40 @@ +# 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.9999 +#hackport: flags: +doctest,-minimal-deps,-bench-all,-bounds-check,-linktest + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Alternative prelude with batteries and no dependencies" +HOMEPAGE="https://github.com/haskell-foundation/foundation" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +RESTRICT="test" # fails to doctest + +RDEPEND="~dev-haskell/basement-0.0.11:=[profile?] + >=dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( dev-haskell/basement + >=dev-haskell/doctest-0.9 ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-bench-all \ + --flag=-bounds-check \ + --flag=doctest \ + $(cabal_flag experimental experimental) \ + --flag=-linktest \ + --flag=-minimal-deps +} diff --git a/dev-haskell/foundation/metadata.xml b/dev-haskell/foundation/metadata.xml new file mode 100644 index 000000000000..f3416f8ccd59 --- /dev/null +++ b/dev-haskell/foundation/metadata.xml @@ -0,0 +1,30 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + enable building experimental features, known as highly unstable or without good support cross-platform + + + A custom prelude with no dependencies apart from base. + + This package has the following goals: + + * provide a base like sets of modules that provide a consistent set of features and bugfixes across multiple versions of GHC (unlike base). + + * provide a better and more efficient prelude than base's prelude. + + * be self-sufficient: no external dependencies apart from base. + + * provide better data-types: packed unicode string by default, arrays. + + * Better numerical classes that better represent mathematical thing (No more all-in-one Num). + + * Better I/O system with less Lazy IO + + * Usual partial functions distinguished through type system + + -- cgit v1.2.3