name: fail version: 0 synopsis: Forward-compatible MonadFail class homepage: https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail license: BSD3 license-file: LICENSE author: Herbert Valerio Riedel maintainer: libraries@haskell.org category: Development build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 description: This package contains the "Control.Monad.Fail" module providing the class that became available in also for older @base@ versions. . This package becomes an empty package when used with GHC versions which already provide the "Control.Monad.Fail" module to make way for the GHC's own "Control.Monad.Fail" module. library default-language: Haskell2010 if !impl(ghc >= 7.11.20151103) exposed-modules: Control.Monad.Fail build-depends: base >=4.3 && <4.9