packages feed

gitrev-1.2.0: gitrev.cabal

name:                gitrev
version:             1.2.0
synopsis:            Compile git revision info into Haskell projects
homepage:            https://github.com/acfoltzer/gitrev
license:             BSD3
license-file:        LICENSE
author:              Adam C. Foltzer
maintainer:          acfoltzer@galois.com
category:            Development
build-type:          Simple
cabal-version:       >=1.10
description:         Some handy Template Haskell splices for including the current git hash and branch in the code of your project. Useful for including in panic messages, @--version@ output, or diagnostic info for more informative bug reports.

source-repository head
  type:     git
  location: https://github.com/acfoltzer/gitrev.git

library
  build-depends:       base >= 4.6 && < 5,
                       directory,
                       filepath,
                       template-haskell,
                       process
  hs-source-dirs:      src
  default-language:    Haskell2010
  exposed-modules:     Development.GitRev