cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 3c3eba99b4fd54cfb105bc62e7caea77caf57513705abac5550c0b645bd43e96 name: pretty-relative-time version: 0.2.0.0 synopsis: Pretty relative time description: Please see the README on Github at category: Time homepage: https://github.com/NorfairKing/pretty-relative-time#readme bug-reports: https://github.com/NorfairKing/pretty-relative-time/issues author: Tom Sydney Kerckhove maintainer: syd.kerckhove@gmail.com copyright: Copyright: (c) 2018 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/NorfairKing/pretty-relative-time library exposed-modules: Text.Time.Pretty Text.Time.Pretty.Constants Text.Time.Pretty.Render Text.Time.Pretty.TimeAgo other-modules: Paths_pretty_relative_time hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , time , validity , validity-time default-language: Haskell2010 test-suite pretty-relative-time-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Text.Time.PrettySpec Paths_pretty_relative_time hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: QuickCheck , base >=4.7 && <5 , genvalidity-hspec , genvalidity-time , hspec , pretty-relative-time , time , validity , validity-time default-language: Haskell2010