-- Initial flexible-time.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: flexible-time version: 0.1.0.3 synopsis: simple extension of Data.UnixTime. description: simple extension of Data.UnixTime. license: MIT license-file: LICENSE author: tattsun maintainer: t.t.mc1192.sf@gmail.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 homepage: https://github.com/tattsun/flexible-time library exposed-modules: Data.FlexibleTime -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 , bytestring >= 0.10.4.0 , unix-time >= 0.3.4 hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2 -Wall -fwarn-tabs source-repository head type: git location: git://github.com/tattsun/flexible-time