File 1.cabal of Package ghc-monad-time
name: monad-time
version: 0.2
x-revision: 1
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 <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>
category: Control
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.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