cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 20bf253883db7683ff390dac5519f624d927fc46c50e485a1c2d20943f1d6b02 name: timeutils version: 0.0.0 synopsis: Time utilities description: Please see the README on GitHub at category: Time homepage: https://github.com/jlamothe/timeutils#readme bug-reports: https://github.com/jlamothe/timeutils/issues author: Jonathan Lamothe maintainer: jlamothe1980@gmail.com copyright: Jonathan Lamothe license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/jlamothe/timeutils library exposed-modules: Lib other-modules: Paths_timeutils hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 executable timeutils main-is: Main.hs other-modules: Paths_timeutils hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , timeutils default-language: Haskell2010 test-suite timeutils-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_timeutils hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , timeutils default-language: Haskell2010