summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-07-25 15:59:48 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-07-25 15:59:48 +0100
commitecba629f4e6a2d431a29c003460cdb609f49cfe0 (patch)
treec65ec27af83634e3af5eab6633b45c39386ea0d1 /dev-haskell
parentdev-haskell/nonce: allow latest base64-bytestring (diff)
downloadgentoo-ecba629f4e6a2d431a29c003460cdb609f49cfe0.tar.gz
gentoo-ecba629f4e6a2d431a29c003460cdb609f49cfe0.tar.bz2
gentoo-ecba629f4e6a2d431a29c003460cdb609f49cfe0.zip
dev-haskell/mono-traversable-instances: bump up to 0.1.1.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/mono-traversable-instances/Manifest1
-rw-r--r--dev-haskell/mono-traversable-instances/mono-traversable-instances-0.1.1.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-haskell/mono-traversable-instances/Manifest b/dev-haskell/mono-traversable-instances/Manifest
index 7855baa3b591..609fa82b13c8 100644
--- a/dev-haskell/mono-traversable-instances/Manifest
+++ b/dev-haskell/mono-traversable-instances/Manifest
@@ -1 +1,2 @@
DIST mono-traversable-instances-0.1.0.0.tar.gz 2520 BLAKE2B d32b11aa8a9c73859fb1f30cb64b2a9573ce40afb29eb008cd031e642366b56dddb869e44964fcb47587beabe63476c3fe4ccba01158e5fc3b999d01c7ed351e SHA512 53eeb28d68769cc995a2abf4219e6ccbe211d53f190112bb3c6792a3591ccb6334691ec491d92563489d64c7f39df81b02c0a36178daff135fce8b8475f43d0b
+DIST mono-traversable-instances-0.1.1.0.tar.gz 2724 BLAKE2B dbc4a7ddafa8fdab896e606378af43a296852f5122a023418ca8462c85af21e4add08c011b0b703de83ac3fa17aa9cfb969e92a1b1a037089e35f30a57522b44 SHA512 367b92fc60c397816fd71d88133a4dd14f91ee927470b6c7967cf1f8f72de8f91c475a6a504fd4b3e520ceb18950ff300bb9530fccda7a7a81573ac93af41513
diff --git a/dev-haskell/mono-traversable-instances/mono-traversable-instances-0.1.1.0.ebuild b/dev-haskell/mono-traversable-instances/mono-traversable-instances-0.1.1.0.ebuild
new file mode 100644
index 000000000000..50b10d6a5e5d
--- /dev/null
+++ b/dev-haskell/mono-traversable-instances/mono-traversable-instances-0.1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.7.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Extra typeclass instances for mono-traversable"
+HOMEPAGE="https://github.com/snoyberg/mono-traversable#readme"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/comonad-3.0.3:=[profile?]
+ >=dev-haskell/dlist-0.6:=[profile?] <dev-haskell/dlist-1.1:=[profile?]
+ >=dev-haskell/dlist-instances-0.1:=[profile?] <dev-haskell/dlist-instances-0.2:=[profile?]
+ >=dev-haskell/mono-traversable-1.0:=[profile?] <dev-haskell/mono-traversable-1.1:=[profile?]
+ >=dev-haskell/semigroupoids-3.0:=[profile?]
+ dev-haskell/semigroups:=[profile?]
+ dev-haskell/vector-instances:=[profile?]
+ >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-2.0.0.2
+"