packages feed

cps-except-0.0.1.0: cps-except.cabal

cabal-version:       >=1.10
name:                cps-except
version:             0.0.1.0
synopsis:            ExceptT replacement in CPS style
license:             BSD3
license-file:        LICENSE
author:              Kristof Bastiaensen
maintainer:          kristof@resonata.be
copyright:           Kristof Bastiaensen
category:            mtl, transformers
build-type:          Simple
Description:         ExceptT replacement in CPS style, that can faster in some circumstances.

source-repository head
  type:  git
  location: https://github.com/kuribas/mfsolve

library
  hs-source-dirs: src
  Ghc-options: -Wall
  default-language: Haskell2010
  Build-depends: base >= 3 && < 5,
                 mtl >= 2.1.3,
                 mtl-compat >= 0.2.1
  Exposed-Modules:
    Control.Monad.CPSExcept