contstuff-0.6.0: contstuff.cabal
Name: contstuff
Version: 0.6.0
Category: Control, Monads, Parsing, Text
Synopsis: Fast, 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 fast and easy to use CPS-based monad
transformers. Most of the usual monads are implemented.
Library
Build-depends:
base >= 4 && <= 5
GHC-Options: -W
Extensions:
FlexibleInstances,
MultiParamTypeClasses,
TypeFamilies
Exposed-modules:
Control.ContStuff
-- Text.ContParser
--Executable test
-- Build-depends:
-- base >= 4 && <= 5
-- Main-is: Test.hs
-- GHC-Options: -W
-- Other-modules:
-- Control.ContStuff