name: hgrev version: 0.1.0.0 synopsis: Template Haskell splices for including the current Mercurial revision info in code. -- description: license: MIT license-file: LICENSE author: Luke Hoersten maintainer: luke@hoersten.org -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Development.HgRev , Development.HgRev.TH build-depends: aeson >= 0.8 && < 0.10 , base >= 4.8 && < 4.9 , bytestring >= 0.10 && < 0.11 , directory >= 1.2 && < 1.3 , filepath >= 1.4 && < 1.5 , process >= 1.2 && < 1.4 , template-haskell >= 2.10 && < 2.11 hs-source-dirs: src default-language: Haskell2010