name: yesod-gitrev version: 0.2.0.0 x-revision: 1 synopsis: A subsite for displaying git information. author: Dan Burton maintainer: danburton.email@gmail.com homepage: https://github.com/DanBurton/yesod-gitrev bug-reports: https://github.com/DanBurton/yesod-gitrev/issues copyright: 2015 FP Complete Corporation license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >=1.10 extra-source-files: README.md ChangeLog.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 source-repository head type: git location: git://github.com/DanBurton/yesod-gitrev.git