name: shake-persist version: 0.1.0.0 synopsis: Shake build system on-disk caching description: Please see Development.Shake.Persist and example in source. homepage: https://anonscm.debian.org/cgit/users/kaction-guest/haskell-shake-persist.git license: GPL-3 license-file: LICENSE author: Dmitry Bogatov maintainer: Dmitry Bogatov copyright: 2016 Dmitry Bogatov category: Development build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Development.Shake.Persist default-language: Haskell2010 build-depends: base >= 4.7 && < 5, directory == 1.2.*, binary == 0.7.*, shake == 0.15.*, template-haskell == 2.10.* executable ex.shake-persist hs-source-dirs: examples main-is: Example.hs default-language: Haskell2010 build-depends: base, shake-persist, shake