name: distance-of-time version: 0.1.2.0 synopsis: Generate readable distances between times. description: Please see README.md homepage: https://github.com/joshuaclayton/distance-of-time#readme license: MIT license-file: LICENSE author: Josh Clayton maintainer: sayhi@joshuaclayton.me copyright: 2017 category: Time build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Data.Time.Distance build-depends: base >= 4.7 && < 5 , time >= 1.7 && < 2 default-language: Haskell2010 test-suite distance-of-time-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , distance-of-time , hspec , time >= 1.7 && < 2 , QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/joshuaclayton/distance-of-time