relevant-time-0.1.1.0: relevant-time.cabal
name: relevant-time
version: 0.1.1.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.8 && <5.0
, aeson >= 1.0 && < 1.5
, text >= 1.2 && < 1.3
, chronos >= 1.0 && < 1.1
, torsor >= 0.1 && < 0.2
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/layer-3-communications/relevant-time