timespan-0.1.0.0: timespan.cabal
name: timespan
version: 0.1.0.0
synopsis: Useful timespan datatype and functions
description: Please see README.md
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:
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