packages feed

docker-build-cacher-2.0.0: docker-build-cacher.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f120fac96a3eefa303b680da84064f52ab16c7ef931ad7da0b9094624fe2891c

name:           docker-build-cacher
version:        2.0.0
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 >=6.0.1 && <7.0
    , system-filepath
    , text
    , turtle
  other-modules:
      Paths_docker_build_cacher
  default-language: Haskell2010