timespan-0.2.0.0: timespan.cabal
name: timespan
version: 0.2.0.0
synopsis: Useful timespan datatype and functions
description: A data type for time spans with some useful utility functions
homepage: https://github.com/agrafix/timespan#readme
license: MIT
license-file: LICENSE
author: Alexander Thiemann
maintainer: mail@athiemann.net
copyright: 2016 Alexander Thiemann
category: Web
build-type: Simple
extra-source-files:
stack.yaml
README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Data.Time.TimeSpan
build-depends: base >= 4.7 && < 5,
time >= 1.2
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/agrafix/timespan