packages feed

contstuff-0.4.0: contstuff.cabal

Name:          contstuff
Version:       0.4.0
Category:      Control, Monads
Synopsis:      Easy to use CPS-based monads
Maintainer:    Ertugrul Söylemez <es@ertes.de>
Author:        Ertugrul Söylemez <es@ertes.de>
Copyright:     (c) 2010 Ertugrul Söylemez
Homepage:      http://haskell.org/haskellwiki/Contstuff
License:       BSD3
License-file:  LICENSE
Build-type:    Simple
Stability:     experimental
Cabal-version: >= 1.6
Description:
  This library implements easy to use CPS-based monads.

Library
  Build-depends:
    base >= 4 && <= 5
  GHC-Options:   -W
  Extensions:
    FlexibleInstances,
    MultiParamTypeClasses,
    TypeFamilies
  Exposed-modules:
    Control.ContStuff

--Executable test
--  Build-depends:
--    base >= 4 && <= 5
--  Main-is:        Test.hs
--  GHC-Options:    -W
--  Other-modules:
--    Control.ContStuff