relevant-time-0.1.0.0: relevant-time.cabal
name: relevant-time
version: 0.1.0.0
synopsis: humanised relevant time
description: Humans tend to think of time relative to a fixed point.
This library offers a simple datatype, 'RelevantTime',
which captures the logic behind that idea.
homepage: https://github.com/chessai/relevant-time.git
license: BSD3
license-file: LICENSE
author: Daniel Cartwright
maintainer: dcartwright@layer3com.com
copyright: copyright (c) Layer 3 Communications, Daniel Cartwright
category: Data
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.RelevantTime
other-extensions: LambdaCase, OverloadedStrings
build-depends: base >=4.7 && <5.0
, aeson
, chronos
, text
, torsor
default-language: Haskell2010