packages feed

monad-supply-0.7: monad-supply.cabal

Name:          monad-supply
Build-type:    Simple
Version:       0.7
Cabal-Version: >= 1.6
Synopsis:      Stateful supply monad.
Description:   Support for computations which consume values from a (possibly infinite) supply.
License:       MIT
License-file:  LICENSE
Category:      Control, Data, Monads
Author:        Geoff Hulette and unknown HaskellWiki contributor(s).
Maintainer:    Geoff Hulette <geoff@hulette.net>
Stability:     experimental
Tested-With:   GHC == 8.2.2

Library
  Exposed-modules: Control.Monad.Supply
  Hs-Source-Dirs:  src
  Build-Depends:   base >= 4 && < 5,
                   mtl >= 2
  GHC-Options:     -Wall

Source-Repository head
  type:     git
  location: git://github.com/ghulette/monad-supply.git