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