name: monad-time version: 0.3.1.0 synopsis: Type class for monads which carry the notion of the current time. description: 'MonadTime' 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 Rybczak , Jonathan Jouty , Mikhail Glushenkov copyright: Scrive AB category: Control build-type: Simple cabal-version: >=1.10 extra-source-files: README.md CHANGELOG.md tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 source-repository head type: git location: git@github.com:scrive/monad-time.git library exposed-modules: Control.Monad.Time build-depends: base < 5, mtl, time hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 test-suite monad-time-test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test default-language: Haskell2010 build-depends: base, mtl, monad-time, time