packages feed

tai-0: tai.cabal

name:                tai
version:             0
synopsis:            Support library to enable TAI usage on systems with time kept in UTC.
description:         This library manages leap second data to allow using TAI time inspite of the system clock being kept in UTC.
homepage:            https://oss.xkcd.com/
license:             BSD3
license-file:        LICENSE
author:              davean, tolt
maintainer:          oss@xkcd.com
copyright:           davean & tolt 2017
category:            Time, System
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://code.xkrd.net/haskell/tai.git

library
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:
        Data.Time.Clock.TAI.Support
        Data.Time.Clock.TAI.Parser
        Data.Time.Clock.TAI.LeapData
  build-depends:
        base >=4.9 && <4.11
      , time >= 1.6.0.1 && < 1.9
      , mtl >= 2.2 && < 2.3
      , trifecta >= 1.6 && < 1.7
      , parsers >= 0.12 && < 0.13
      , clock >= 0.7 && < 0.8
      , wreq >= 0.5 && < 0.6
      , lens >= 4.5 && < 4.16