dev-haskell/fail: new package, a depend of sci-mathematics/agda-2.5.2
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 22:04:44 +0000 (22:04 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Feb 2017 10:21:20 +0000 (10:21 +0000)
Forward-compatible MonadFail class

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-haskell/fail/Manifest [new file with mode: 0644]
dev-haskell/fail/fail-4.9.0.0.ebuild [new file with mode: 0644]
dev-haskell/fail/metadata.xml [new file with mode: 0644]

diff --git a/dev-haskell/fail/Manifest b/dev-haskell/fail/Manifest
new file mode 100644 (file)
index 0000000..233ed67
--- /dev/null
@@ -0,0 +1 @@
+DIST fail-4.9.0.0.tar.gz 2416 SHA256 6d5cdb1a5c539425a9665f740e364722e1d9d6ae37fbc55f30fe3dbbbb91d4a2 SHA512 0b4e6111387768482ff10b8ee55ff0b3b04750d8def057b7935bef814902de4536d0825e18b95a342722735b29cf88aafec21eb3b2a75eb4f0c55aa7c6b80108 WHIRLPOOL f7188e995a311eabebfabe368e6de7d206e2ccdffcda9ac82b0a7befd7da51b80e39d3f49fe8c447fbaef39e886bed76b4b958b77c552cc2bdd5dedd6a0b4478
diff --git a/dev-haskell/fail/fail-4.9.0.0.ebuild b/dev-haskell/fail/fail-4.9.0.0.ebuild
new file mode 100644 (file)
index 0000000..c333472
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.7.9999
+
+CABAL_FEATURES="lib profile" # ghc-8 already provides module; haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Forward-compatible MonadFail class"
+HOMEPAGE="https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+       >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/fail/metadata.xml b/dev-haskell/fail/metadata.xml
new file mode 100644 (file)
index 0000000..498e6ec
--- /dev/null
@@ -0,0 +1,19 @@
+<?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>
+               This package contains the &quot;Control.Monad.Fail&quot; module providing the
+               &lt;https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail MonadFail&gt;
+               class that became available in
+               &lt;https://hackage.haskell.org/package/base-4.9.0.0 base-4.9.0.0&gt;
+               for older @base@ package versions.
+               
+               This package turns into an empty package when used with GHC versions
+               which already provide the &quot;Control.Monad.Fail&quot; module to make way for
+               GHC&#39;s own &quot;Control.Monad.Fail&quot; module.
+       </longdescription>
+</pkgmetadata>