Cabal revisions of tai-0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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+name: tai +version: 0 +x-revision: 1 +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.13 + , time >= 1.6.0.1 && < 1.10 + , mtl >= 2.2 && < 2.3 + , trifecta >= 1.6 && < 2.1 + , parsers >= 0.12 && < 0.13 + , clock >= 0.7 && < 0.9 + , wreq >= 0.5 && < 0.6 + , lens >= 4.5 && < 4.18
revision 2
name: tai version: 0 -x-revision: 1 +x-revision: 2 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/ Data.Time.Clock.TAI.Parser Data.Time.Clock.TAI.LeapData build-depends: - base >=4.9 && < 4.13 + base >=4.9 && < 4.14 , time >= 1.6.0.1 && < 1.10 , mtl >= 2.2 && < 2.3 , trifecta >= 1.6 && < 2.1 , parsers >= 0.12 && < 0.13 , clock >= 0.7 && < 0.9 , wreq >= 0.5 && < 0.6 - , lens >= 4.5 && < 4.18+ , lens >= 4.5 && < 4.18
revision 3
name: tai version: 0 -x-revision: 2 +x-revision: 3 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/ base >=4.9 && < 4.14 , time >= 1.6.0.1 && < 1.10 , mtl >= 2.2 && < 2.3 - , trifecta >= 1.6 && < 2.1 + , trifecta >= 1.6 && < 2.2 , parsers >= 0.12 && < 0.13 , clock >= 0.7 && < 0.9 , wreq >= 0.5 && < 0.6 - , lens >= 4.5 && < 4.18 + , lens >= 4.5 && < 4.20