packages feed

zifter-git-0.0.0.0: zifter-git.cabal

name: zifter-git
synopsis: zifter-git
description: zifter-git
version: 0.0.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
copyright: Copyright: (c) 2017 Tom Sydney Kerckhove
maintainer: syd.kerckhove@gmail.com
homepage: http://cs-syd.eu
category: Zift
author: Tom Sydney Kerckhove

library
    exposed-modules:
        Zifter.Git
    build-depends:
        base >=4.9 && <=5,
        zifter >=0.0 && <0.1,
        process -any,
        path >=0.5 && <0.6
    default-language: Haskell2010
    hs-source-dirs: src/
    ghc-options: -Wall