File friendly-time.cabal of Package ghc-friendly-time
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: friendly-time
version: 0.4.1
x-revision: 1
synopsis: Print time information in friendly ways
description: Print time information in friendly ways
category: Web, Yesod
author: Pat Brisbin <pbrisbin@gmail.com>
maintainer: Pat Brisbin <pbrisbin@gmail.com>
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: git://github.com/pbrisbin/friendly-time.git
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
time >=1.5
, old-locale
, base >=4 && <5
exposed-modules:
Data.Time.Format.Human
Data.Time.Format.Human.Locales
other-modules:
Paths_friendly_time
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
build-depends:
time >=1.4
, old-locale
, base
, hspec
, friendly-time
other-modules:
Data.Time.Format.HumanSpec
default-language: Haskell2010