packages feed

docker-build-cacher-2.1.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: bba2ebc1d94e53e264f8fc6617af435725332ab983d4665a9360298eed6f98e5

name:           docker-build-cacher
version:        2.1.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

library
  exposed-modules:
      Docker.Cacher
      Docker.Cacher.Inspect
      Docker.Cacher.Internal
  other-modules:
      Paths_docker_build_cacher
  hs-source-dirs:
      src
  ghc-options: -Wall -fno-warn-unused-do-bind
  build-depends:
      aeson
    , base >=4.9.1.0 && <5
    , containers
    , foldl
    , language-docker >=6.0.4 && <7.0
    , system-filepath
    , text
    , turtle
  default-language: Haskell2010

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:
      aeson
    , base >=4.9.1.0 && <5
    , containers
    , docker-build-cacher
    , foldl
    , language-docker >=6.0.4 && <7.0
    , system-filepath
    , text
    , turtle
  if !(os(osx))
    ld-options: -static -pthread
  other-modules:
      Paths_docker_build_cacher
  default-language: Haskell2010