From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/fail/Manifest | 3 +++ dev-haskell/fail/fail-4.9.0.0.ebuild | 24 ++++++++++++++++++++++++ dev-haskell/fail/metadata.xml | 19 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 dev-haskell/fail/Manifest create mode 100644 dev-haskell/fail/fail-4.9.0.0.ebuild create mode 100644 dev-haskell/fail/metadata.xml (limited to 'dev-haskell/fail') diff --git a/dev-haskell/fail/Manifest b/dev-haskell/fail/Manifest new file mode 100644 index 000000000000..7b5004c14f03 --- /dev/null +++ b/dev-haskell/fail/Manifest @@ -0,0 +1,3 @@ +DIST fail-4.9.0.0.tar.gz 2416 BLAKE2B cad36efcb3b93245dd3f90643694d85e6797fce5ee1866c6e8691d9b2845774846b99a7436f854c26daec985f07a9700fe4b2c1a467f2d33bd8a8fa0e6d3058b SHA512 0b4e6111387768482ff10b8ee55ff0b3b04750d8def057b7935bef814902de4536d0825e18b95a342722735b29cf88aafec21eb3b2a75eb4f0c55aa7c6b80108 +EBUILD fail-4.9.0.0.ebuild 599 BLAKE2B d7e56c4da73f12f25255c7de0d3dffa1f852a062299a0bf9627bc920aa77b7187013ddc436c0a8a4755494fe323447bf84908e13dfded214e3a282a6165061b6 SHA512 67d054854a3bcb5125f93697615770d01cc970445136a9434462caaf86d23cda57a96581728bfd978a20b30e9b19d44d1205fee85fb7756db6073acbb041f670 +MISC metadata.xml 802 BLAKE2B 3233af197b69239c6cec5f3711c9b6ef976fc3a71251298515866d786afb360c02bed95e4d0b614828f91b2fce9ae496c72072423468fba2453f898c95f7f141 SHA512 45b162d2aafda8927d5fd066b5db9340830998aae3093717910e5d39863c329060741e7318312c5f26c0115dd0b583fe77c89a82eca7ad15ac54013be29835c4 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 index 000000000000..9bc3a0e08a03 --- /dev/null +++ b/dev-haskell/fail/fail-4.9.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 index 000000000000..498e6ece3d08 --- /dev/null +++ b/dev-haskell/fail/metadata.xml @@ -0,0 +1,19 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + This package contains the "Control.Monad.Fail" module providing the + <https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail MonadFail> + class that became available in + <https://hackage.haskell.org/package/base-4.9.0.0 base-4.9.0.0> + for older @base@ package versions. + + This package turns into an empty package when used with GHC versions + which already provide the "Control.Monad.Fail" module to make way for + GHC's own "Control.Monad.Fail" module. + + -- cgit v1.2.3