packages feed

monad-time-0.1: monad-time.cabal

name:                monad-time
version:             0.1
synopsis:            Type class for monads which carry the notion of the current time.
homepage:            https://github.com/scrive/monad-time
license:             BSD3
license-file:        LICENSE
author:              Andrzej Rybczak
maintainer:          andrzej@scrive.com
category:            Control
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:   Control.Monad.Time,
                     Control.Monad.Time.Instances

  build-depends:     base < 5,
                     mtl,
                     time

  hs-source-dirs:    src
  default-language:  Haskell2010