cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack -- -- hash: 7a1b95ca033e9ff3e1c2633b6f099f095b1f01b203a63cf048897798ff95e383 name: uniform-time version: 0.1.0 synopsis: Time in the uniform framework description: A very small package for time . bridges between function on . - UTCTime . - EpochTime . with an `IsString` for UTCTime . Please see the README on GitHub at category: Time Uniform bug-reports: https://github.com/andrewufrank/uniform-time/issues author: Andrew Frank maintainer: Andrew U. Frank copyright: 2021 Andrew U. Frank license: GPL-2.0-only build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Uniform.Time other-modules: Paths_uniform_time hs-source-dirs: ./. build-depends: base >=4.7 && <5 , convertible , monads-tf , time , uniform-algebras , uniform-error , uniform-strings default-language: Haskell2010 autogen-modules: Paths_uniform_time