cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: adf64d540112ae1c5a3643234034c51572f5f251cba6a9c63ba8a48b8285b629
name: pretty-relative-time
version: 0.1.0.0
synopsis: Pretty relative time
description: Please see the README on Github at <https://github.com/NorfairKing/pretty-relative-time#readme>
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