cabal-version: >=1.10 name: escot version: 0.1.0.0 author: flupe maintainer: lucas@escot.me build-type: Simple executable escot main-is: Main.hs hs-source-dirs: src other-modules: Config , Publications build-depends: base , achille >= 0.1.0 && < 0.2.0 , achille-pandoc >= 0.0.0 && < 0.1.0 , achille-stache >= 0.0.0 && < 0.1.0 , achille-yaml >= 0.0.0 && < 0.1.0 , binary , pandoc , pandoc-types , text , aeson , time default-extensions: BlockArguments , DeriveAnyClass , DerivingStrategies , DuplicateRecordFields , LambdaCase , NoImplicitPrelude , OverloadedStrings , QualifiedDo , RecordWildCards ghc-options: -threaded default-language: GHC2021