cabal-version: 1.12

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

name:           espresso
version:        0.1.0.0
description:    A web server for chromabits.com
category:       Web
homepage:       https://github.com/etcinit/espresso#readme
author:         Eduardo Trujillo
maintainer:     ed@chromabits.com
copyright:      Copyright 2019 Eduardo Trujillo
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

executable espresso
  main-is: Main.hs
  other-modules:
      Espresso.Config
      Paths_espresso
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , conduit
    , conduit-extra
    , data-default >=0.7.1.1
    , directory
    , filepath
    , generic-lens
    , kawaii >=0.0.3.0
    , lens >=4.0.0
    , lifted-async
    , lifted-base
    , minio-hs
    , monad-control
    , monad-logger
    , tar
    , text
    , transformers-base
    , yaml
  default-language: Haskell2010