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