-- Initial fixtime.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fixtime version: 1.5.0.2 synopsis: Some fixes to the time package -- description: homepage: https://github.com/pharpend/fixtime bug-reports: https://github.com/pharpend/fixtime/issues license: BSD2 license-file: LICENSE author: Peter Harpending maintainer: pharpend2@gmail.com copyright: 2004, The University Court of the University of Glasgow. 2004-2014, Ashley Yakeley. 2014, Peter Harpending. category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Fixtime -- other-modules: -- other-extensions: build-depends: base >=4 && <5 , time >=1.5 -- hs-source-dirs: default-language: Haskell2010 source-repository head type: git location: git://github.com/pharpend/fixtime.git