packages feed

yesod-gitrev-0.2.2: yesod-gitrev.cabal

name:                yesod-gitrev
version:             0.2.2
synopsis:
  A subsite for displaying git information.
author:              Dan Burton
maintainer:          danburton.email@gmail.com

category: Web
description: (Please see the readme) https://github.com/DanBurton/yesod-gitrev#readme

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

tested-with: GHC == 8.6.3, GHC == 8.4.4

extra-source-files:
  README.md ChangeLog.md

library
  exposed-modules:
      Yesod.GitRev
  other-modules:
      Yesod.GitRev.Data
  build-depends:
      base >=4 && <5
    , aeson
    , githash
    , template-haskell
    , yesod-core >= 1.6
  hs-source-dirs:      src
  default-language:    Haskell2010

test-suite examples
  type: exitcode-stdio-1.0
  hs-source-dirs: examples, tests
  main-is: TestExamples.hs
  build-depends:
      base
    , template-haskell
    , process
    , yesod-core
    , yesod-gitrev
  other-modules:
      ExampleMain
      ExampleTH
  default-language: Haskell2010


source-repository head
  type:     git
  location: git://github.com/DanBurton/yesod-gitrev.git