cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.3. -- -- see: https://github.com/sol/hpack name: duration version: 0.2.0.0 synopsis: A tiny compile-time time utility library inspired by zeit/ms description: A tiny compile-time time utility library inspired by zeit/ms category: Time homepage: https://github.com/ryota-ka/duration#readme bug-reports: https://github.com/ryota-ka/duration/issues author: Ryota Kameoka maintainer: kameoka.ryota@gmail.com copyright: 2018 Ryota Kameoka license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/ryota-ka/duration library exposed-modules: Data.Time.Clock.Duration Data.Time.Clock.Duration.QQ Data.Time.Clock.Duration.Types other-modules: Paths_duration hs-source-dirs: src build-depends: base >=4.7 && <5 , parsec , template-haskell , time default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 main-is: Doctest.hs other-modules: Paths_duration hs-source-dirs: doctest ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , doctest , duration , parsec , template-haskell , time default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.Time.Clock.DurationSpec Paths_duration hs-source-dirs: spec ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , duration , hspec , parsec , template-haskell , time default-language: Haskell2010