packages feed

MonadPrompt-1.0.0.0: MonadPrompt.cabal

name:                MonadPrompt
version:             1.0.0.0
cabal-version:       >= 1.2
build-type:          Simple

license:             BSD3
license-file:        LICENSE
copyright:           (c) 2008 Ryan Ingram & Bertram Felgenhauer
author:              Ryan Ingram
maintainer:          ryani.spam@gmail.com
stability:           experimental
synopsis:            MonadPrompt, implementation & examples
category:            Control.Monad
-- tested-with:         ghc-6.8.2
extra-source-files:  PromptExamples.hs
description:         "prompting" monad that allows splitting the description
                     of a computation from the implementation of the effects
		     used in that computation.
		     http://www.haskell.org/pipermail/haskell-cafe/2008-January/038301.html

library
  exposed-modules:   Control.Monad.Prompt
  build-depends:     base, mtl