cabal-version: >=1.10 name: blog version: 0.1.0.0 license: BSD3 license-file: LICENSE maintainer: luke_lau@icloud.com author: Luke Lau category: Web build-type: Simple extra-source-files: CHANGELOG.md README.md data-files: style.css executable blog main-is: Main.hs default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.11, scotty, scotty-cookie, text, mmark, mmark-ext, lucid, filepath, directory, http-types, time, casing, transformers, containers, random