Summary
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.
Versions
v4.9.0.0 :: 0/4.9.0.0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- profile
USE flags
General
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
Dependencies
Runtime Dependencies
Depending packages
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / appar : A simple applicative parser
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base-compat-batteries : base-compat with extra batteries
dev-haskell / binary-orphans : Orphan instances for binary
dev-haskell / bytes : Sharing code for serialization between binary and cereal
dev-haskell / bzlib : Compression and decompression in the bzip2 format
dev-haskell / c2hs : C->Haskell FFI tool that gives some cross-language type safety
dev-haskell / cabal-install : The command-line interface for Cabal and Hackage
dev-haskell / cassava : A CSV parsing and encoding library
dev-haskell / cereal : A binary serialization library
dev-haskell / criterion : Robust, reliable performance measurement and analysis
dev-haskell / equivalence : Maintaining an equivalence relation implemented as union-find using STT
dev-haskell / exceptions : Extensible optionally-pure exceptions
dev-haskell / fmlist : FoldMap lists
dev-haskell / free : Monads for free
dev-haskell / gtk2hs-buildtools : Tools to build the Gtk2Hs suite of User Interface libraries
dev-haskell / haskell-src : Support for manipulating Haskell source code
dev-haskell / haskell-src-exts : Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
dev-haskell / hcodecs : A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files
dev-haskell / hslua : Bindings to Lua, an embeddable scripting language
dev-haskell / hsyaml : Pure Haskell YAML 1.2 parser
dev-haskell / kan-extensions : Kan extensions, lifts, forms of the Yoneda lemma, and (co)density (co)monads
dev-haskell / logict : A backtracking logic-programming monad
dev-haskell / monadrandom : Random-number generation monad
dev-haskell / optparse-applicative : Utilities and combinators for parsing command line options
dev-haskell / parsec : Monadic parser combinators
dev-haskell / pipes : Compositional pipelines
dev-haskell / polyparse : A variety of alternative parser combinator libraries
dev-haskell / postgresql-simple : Mid-Level PostgreSQL client library
dev-haskell / prettyprinter : A modern, easy to use, well-documented, extensible pretty-printer
dev-haskell / primitive : Primitive memory-related operations
dev-haskell / quickcheck-classes : QuickCheck common typeclasses
dev-haskell / rebase : A more progressive alternative to the 'base' package
dev-haskell / regex-base : Replaces/Enhances Text.Regex
dev-haskell / regex-pcre : Replaces/Enhances Text.Regex
dev-haskell / regex-pcre-builtin : PCRE Backend for "Text.Regex" (regex-base)
dev-haskell / regex-posix : Replaces/Enhances Text.Regex
dev-haskell / snap-core : Snap: A Haskell Web Framework (core interfaces and types)
dev-haskell / stmonadtrans : A monad transformer version of the ST monad
dev-haskell / store : Fast binary serialization
dev-haskell / store-core : Fast and lightweight binary serialization
dev-haskell / tagstream-conduit : streamlined html tag parser
dev-haskell / th-orphans : Orphan instances for TH datatypes
dev-haskell / time-compat : This packages tries to compat as much of \'time\' features as possible
dev-haskell / transformers-compat : A small compatibility shim for the transformers library
dev-haskell / trifecta : A modern parser combinator library with convenient diagnostics
dev-haskell / uri-bytestring : Haskell URI parsing as ByteStrings
dev-haskell / vector : Efficient Arrays
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/fail: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/fail: remove cabal dep to break circular depends
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Haubenwallner · gentoo
dev-haskell/fail: add ~x86-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Haubenwallner · gentoo
dev-haskell/fail: add ~amd64-linux keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/fail: stable 4.9.0.0 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64 x86" - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/fail: new package, a depend of sci-mathematics/agda-2.5.2
Forward-compatible MonadFail class Package-Manager: Portage-2.3.3, Repoman-2.3.1