Name: gitcache Version: 0.1 Synopsis: Simple git utility to use and manage clone cache Description: License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: vincent@snarc.org Category: Tools Stability: experimental Build-Type: Simple Homepage: https://github.com/vincenthz/hs-gitcache Bug-Reports: https://github.com/vincenthz/hs-gitcache/issues Cabal-Version: >=1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/vincenthz/hs-gitcache Executable gitcache Main-Is: gitcache.hs ghc-options: -Wall -fno-warn-missing-signatures Hs-Source-Dirs: src Build-depends: base >= 4 && < 5 , process , filepath , directory , utf8-string , cryptohash default-language: Haskell2010