packages feed

friendly-time-0.3: friendly-time.cabal

name:                friendly-time
version:             0.3
description:         Print time information in friendly ways
synopsis:            Print time information in friendly ways
homepage:            http://github.com/pbrisbin/friendly-time
license:             BSD3
license-file:        LICENSE
author:              Patrick Brisbin
maintainer:          me@pbrisbin.com
category:            Web, Yesod
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules: Data.Time.Format.Human

  build-depends: base >= 4 && < 5
               , time
               , old-locale

  ghc-options: -Wall

test-suite tests
  type: exitcode-stdio-1.0
  hs-source-dirs: tests, .
  main-is: tests/Main.hs
  build-depends: HUnit
               , test-framework
               , test-framework-hunit
               , base
               , time
               , old-locale

source-repository head
  type:         git
  location:     git://github.com/pbrisbin/friendly-time.git