-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: d1e8cccdc57c09ce235c5e44a3b5f4201d6679d623ef51b1c15db6a503e69f2c name: docker-build-cacher version: 1.9.1 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 >=2.0.1 , system-filepath , text , turtle other-modules: Paths_docker_build_cacher default-language: Haskell2010