packages feed

Cabal revisions of friendly-time-0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:                friendly-time
+version:             0.3
+x-revision: 1
+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 < 1.5
+               , 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