cabal-version:       >=1.10
name:                build-all
version:             0.1.0.0
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          ben@smart-cactus.org
copyright:           (c) 2020 Ben Gamari
build-type:          Simple

executable build-all
  main-is:             Run.hs
  ghc-options:         -threaded
  build-depends:
      base,
      text,
      containers,
      typed-process,
      stm,
      async,
      directory,
      temporary,
      filepath
  default-language:    Haskell2010