name: hgrev version: 0.1.0.0 x-revision: 1 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 homepage: https://github.com/LukeHoersten/hgrev bug-reports: https://github.com/LukeHoersten/hgrev/issues source-repository head type: git location: git://github.com/LukeHoersten/hgrev.git 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