tiempo-0.0.1.1: tiempo.cabal
-- Initial tiempo.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: tiempo
version: 0.0.1.1
synopsis: Specify time intervals in different units (secs, mins, hours, etc.)
description: A sane and simple API that sits on top of the time library; it allows the creation
of time intervals and provides to manipulate time using them.
homepage: http://github.com/HaskVan/tiempo
license: MIT
license-file: LICENSE
author: Roman Gonzalez
maintainer: romanandreg@gmail.com
category: Data, Time
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Tiempo,
Tiempo.Concurrent
-- other-modules:
-- other-extensions:
build-depends:
base >=4.6 && <4.9,
deepseq >= 1.3 && <1.5,
time >=1.4.1 && <1.6
hs-source-dirs: src
default-language: Haskell2010