packages feed

Cabal revisions of yesod-gitrev-0.1.0.0

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

revision 1
-name:                yesod-gitrev-version:             0.1.0.0-synopsis:-  A subsite for displaying git information.-author:              Dan Burton-maintainer:          danburton.email@gmail.com--copyright:           2015 FP Complete Corporation-license:             BSD3-license-file:        LICENSE--build-type:          Simple-cabal-version:       >=1.10--extra-source-files:-  README.md--library-  exposed-modules:-      Yesod.GitRev-  other-modules:-      Yesod.GitRev.Data-  build-depends:-      base >=4 && <5-    , aeson-    , gitrev-    , template-haskell-    , yesod-core-  hs-source-dirs:      src-  default-language:    Haskell2010+name:                yesod-gitrev
+version:             0.1.0.0
+x-revision: 1
+synopsis:
+  A subsite for displaying git information.
+author:              Dan Burton
+maintainer:          danburton.email@gmail.com
+
+copyright:           2015 FP Complete Corporation
+license:             BSD3
+license-file:        LICENSE
+
+build-type:          Simple
+cabal-version:       >=1.10
+
+extra-source-files:
+  README.md
+
+library
+  exposed-modules:
+      Yesod.GitRev
+  other-modules:
+      Yesod.GitRev.Data
+  build-depends:
+      base >=4 && <5
+    , aeson
+    , gitrev
+    , template-haskell
+    , yesod-core < 1.6
+  hs-source-dirs:      src
+  default-language:    Haskell2010