name: monad-param category: Control version: 0.0.3 synopsis: Parameterized monads description: Implements parameterized monads by overloading the monad sugar with more liberal types. stability: alpha author: Edward Kmett maintainer: Dominique Devriese copyright: Copyright (C) 2006-2011, Edward Kmett, Dominique Devriese homepage: http://comonad.com/haskell/monad-param/dist/doc/html/Control-Monad-Parameterized.html package-url: http://comonad.com/haskell/monad-param build-depends: base >= 4 && < 5, mtl -any, stm -any build-type: Simple cabal-version: -any license: BSD3 license-file: LICENSE buildable: True extensions: MultiParamTypeClasses FunctionalDependencies OverlappingInstances UndecidableInstances EmptyDataDecls NoImplicitPrelude exposed-modules: Control.Monad.Parameterized ghc-options: -funbox-strict-fields -Wall hs-source-dirs: src