summaryrefslogtreecommitdiff
path: root/dev-haskell/base-compat-batteries
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/base-compat-batteries
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/base-compat-batteries')
-rw-r--r--dev-haskell/base-compat-batteries/Manifest3
-rw-r--r--dev-haskell/base-compat-batteries/base-compat-batteries-0.11.1.ebuild35
-rw-r--r--dev-haskell/base-compat-batteries/metadata.xml29
3 files changed, 67 insertions, 0 deletions
diff --git a/dev-haskell/base-compat-batteries/Manifest b/dev-haskell/base-compat-batteries/Manifest
new file mode 100644
index 000000000000..b2cab92e4bc2
--- /dev/null
+++ b/dev-haskell/base-compat-batteries/Manifest
@@ -0,0 +1,3 @@
+DIST base-compat-batteries-0.11.1.tar.gz 16748 BLAKE2B bd24a8fb165b8056023f7280745ce972d2036df33cd72f2824055455899d2643b4ca90d116d1692795ea504f0c03a97bc256eaeba7db491f35961061d28d0aba SHA512 a0149db9fae3664507c715e569209a9b996084cfb1f4dc125914eea57c2142ba8ddad559257dbf405c2b91d78d10c570c25e5a3c80bf50eb6bf5d31dfe65c217
+EBUILD base-compat-batteries-0.11.1.ebuild 1332 BLAKE2B 867923987abe0e7a494f367a2ae1c8dc327da5db0694e6a65c873611be7126be32a3932bc9c0a03ef64f8582512e92d8036d78cda8fbecb56e0f0e53f40fc342 SHA512 51c37eba33d6a5b3008777f0f68e5e352124539a63679342cf4df34266f73c30876cb677ffb925604f05a9007705270bdfc3c4283e41f161b140a545a56f7876
+MISC metadata.xml 1226 BLAKE2B 9f6544dea3fbf3c8cf7a66a24d26758c4803d51835ca6cc93a2856547860d18c87f399d693bafb5e2e55722729e6175562bd909e0f43f7bbb4d140f4d2eaa5de SHA512 d3d918a8a68f980dee2d5a51001df7a99609bd77720428f4b5b865323305b307dd6024a05b35ba3fa67adacca65b49b634c8c6a29615bc7eb42bf5ddcdc78ae9
diff --git a/dev-haskell/base-compat-batteries/base-compat-batteries-0.11.1.ebuild b/dev-haskell/base-compat-batteries/base-compat-batteries-0.11.1.ebuild
new file mode 100644
index 000000000000..44b59da090b3
--- /dev/null
+++ b/dev-haskell/base-compat-batteries/base-compat-batteries-0.11.1.ebuild
@@ -0,0 +1,35 @@
+# 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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="base-compat with extra batteries"
+HOMEPAGE="https://hackage.haskell.org/package/base-compat-batteries"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~dev-haskell/base-compat-0.11.1:=[profile?]
+ >=dev-haskell/bifunctors-5.5.2:=[profile?] <dev-haskell/bifunctors-5.6:=[profile?]
+ >=dev-haskell/contravariant-1.5:=[profile?] <dev-haskell/contravariant-1.6:=[profile?]
+ >=dev-haskell/fail-4.9.0.0:=[profile?] <dev-haskell/fail-4.10:=[profile?]
+ >=dev-haskell/nats-1.1.2:=[profile?] <dev-haskell/nats-1.2:=[profile?]
+ >=dev-haskell/semigroups-0.18.4:=[profile?] <dev-haskell/semigroups-0.20:=[profile?]
+ >=dev-haskell/transformers-compat-0.6:=[profile?] <dev-haskell/transformers-compat-0.7:=[profile?]
+ >=dev-haskell/type-equality-1:=[profile?] <dev-haskell/type-equality-1.1:=[profile?]
+ >=dev-haskell/void-0.7.2:=[profile?] <dev-haskell/void-0.8:=[profile?]
+ >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+ test? ( >=dev-haskell/hspec-1.8
+ dev-haskell/quickcheck )
+"
diff --git a/dev-haskell/base-compat-batteries/metadata.xml b/dev-haskell/base-compat-batteries/metadata.xml
new file mode 100644
index 000000000000..012220248aca
--- /dev/null
+++ b/dev-haskell/base-compat-batteries/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Provides functions available in later versions of @base@ to
+ a wider range of compilers, without requiring you to use CPP
+ pragmas in your code.
+
+ This package provides the same API as the
+ @&lt;http://hackage.haskell.org/package/base-compat base-compat&gt;@
+ library, but depends on compatibility packages
+ (such as @semigroups@) to offer a wider support window than
+ @base-compat@, which has no dependencies. Most of the modules
+ in this library have the same names as in @base-compat@
+ to make it easier to switch between the two. There also exist
+ versions of each module with the suffix @.Repl.Batteries@,
+ which are distinct from anything in @base-compat@, to allow
+ for easier use in GHCi.
+
+ See
+ @&lt;https://github.com/haskell-compat/base-compat/blob/master/base-compat/README.markdown#dependencies here&gt;@
+ for a more comprehensive list of differences between
+ @base-compat@ and @base-compat-batteries@.
+ </longdescription>
+</pkgmetadata>