name: tai64 version: 0.1.0 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE copyright: (c) 2015-2016 Kim Altintop maintainer: kim.altintop@gmail.com homepage: https://github.com/kim/tai64 synopsis: Tai64 Labels for Haskell category: Data author: Kim Altintop data-files: *.dat library exposed-modules: Data.Time.Clock.TAI64 build-depends: attoparsec >=0.12.1.6, base >=4.8 && <5, binary >=0.7.5.0, bytestring >=0.10.6.0, QuickCheck >=2.8.1, text >=1.2.1.3, time >=1.5.0.1, vector >=0.10.12.3, base16-bytestring >=0.1.1.6 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall test-suite doctests type: exitcode-stdio-1.0 main-is: Doctests.hs build-depends: base >=4.8.1.0, doctest >=0.8, tai64 >=0.1.0 default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -threaded