-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 72ca9cf99c0613a7ff7f5e94617f58aa0526aa5f65f481b4095ce18e45346bb0 name: docker-build-cacher version: 1.9.4 synopsis: Builds a services with docker and caches all of its intermediate stages description: A CLI tool to speed up multi-stage docker file builds by caching intermediate category: Operations homepage: https://github.com/seatgeek/docker-build-cacher#readme bug-reports: https://github.com/seatgeek/docker-build-cacher/issues author: José Lorenzo Rodríguez maintainer: lorenzo@seatgeek.com copyright: Seatgeek, Copyright (c) 2017 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/seatgeek/docker-build-cacher executable docker-build-cacher main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-unused-do-bind build-depends: base >=4.9.1.0 && <5 , containers , foldl , language-docker >=5.0.1 && <6.0 , system-filepath , text , turtle other-modules: Paths_docker_build_cacher default-language: Haskell2010