packages feed

Cabal revisions of yesod-goodies-0.0.5

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

revision 1
-name:                yesod-goodies-version:             0.0.5-description:         A collection of various small helpers useful in any yesod application.-synopsis:            A collection of various small helpers useful in any yesod application.-homepage:            http://github.com/pbrisbin/yesod-goodies-license:             BSD3-license-file:        LICENSE-author:              Patrick Brisbin-maintainer:          me@pbrisbin.com-category:            Web, Yesod-build-type:          Simple-cabal-version:       >=1.6--library-  exposed-modules: Yesod.Goodies-                 , Yesod.Goodies.Gravatar-                 , Yesod.Goodies.Links-                 , Yesod.Goodies.Markdown-                 , Yesod.Goodies.Paginate-                 , Yesod.Goodies.Search-                 , Yesod.Goodies.Shorten-                 , Yesod.Goodies.Time--  build-depends: base       >= 4     && < 5-               , text       >= 0.11  && < 0.12-               , bytestring >= 0.9.1 && < 0.10-               , pandoc     >= 1.8.1 && < 1.9-               , yesod      >= 0.9   && < 1.0-               , yesod-form >= 0.3   && < 0.4-               , blaze-html >= 0.4   && < 0.5-               , pureMD5    < 3-               , HTTP-               , directory-               , time-               , old-locale--  ghc-options: -Wall-  -source-repository head-  type:         git-  location:     git://github.com/pbrisbin/yesod-goodies.git+name:                yesod-goodies
+version:             0.0.5
+x-revision: 1
+description:         A collection of various small helpers useful in any yesod application.
+synopsis:            A collection of various small helpers useful in any yesod application.
+homepage:            http://github.com/pbrisbin/yesod-goodies
+license:             BSD3
+license-file:        LICENSE
+author:              Patrick Brisbin
+maintainer:          me@pbrisbin.com
+category:            Web, Yesod
+build-type:          Simple
+cabal-version:       >=1.6
+
+library
+  exposed-modules: Yesod.Goodies
+                 , Yesod.Goodies.Gravatar
+                 , Yesod.Goodies.Links
+                 , Yesod.Goodies.Markdown
+                 , Yesod.Goodies.Paginate
+                 , Yesod.Goodies.Search
+                 , Yesod.Goodies.Shorten
+                 , Yesod.Goodies.Time
+
+  build-depends: base       >= 4     && < 5
+               , text       >= 0.11
+               , bytestring >= 0.9.1
+               , pandoc     >= 1.8.1
+               , yesod      >= 0.9
+               , yesod-form >= 0.3
+               , blaze-html >= 0.4
+               , pureMD5
+               , HTTP
+               , directory
+               , time
+               , old-locale
+
+  ghc-options: -Wall
+  
+source-repository head
+  type:         git
+  location:     git://github.com/pbrisbin/yesod-goodies.git