name: tai64 version: 0.2.0 synopsis: Tai64 Labels for Haskell homepage: https://github.com/kim/tai64 license: MPL-2.0 license-file: LICENSE author: Kim Altintop maintainer: kim.altintop@gmail.com copyright: (c) 2015-2016 Kim Altintop category: Data build-type: Simple cabal-version: >=1.10 tested-with: GHC == 7.10.3 description: Implementation of TAI64 labels as specified by . Mainly useful for working with logfiles generated by \"multilog\" (part of the suite) or \"svlogd\" (part of the suite). extra-source-files: README.md, CHANGELOG.md, *.dat data-files: *.dat source-repository head type: git location: git://github.com/kim/tai64.git library exposed-modules: Data.Time.Clock.TAI64 build-depends: attoparsec >= 0.12 , base >= 4.8 && < 5 , binary >= 0.7 , bytestring >= 0.10 , QuickCheck >= 2.8 , text >= 1.0 , time >= 1.5 , vector >= 0.10 , base16-bytestring >= 0.1.1.6 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall test-suite doctests type: exitcode-stdio-1.0 main-is: Doctests.hs build-depends: base , doctest >= 0.8 , tai64 hs-source-dirs: test default-language: Haskell2010 ghc-options: -Wall -threaded