Save full Post objects
[blog.git] / blog.cabal
1 cabal-version: >=1.10
2 name: blog
3 version: 0.1.0.0
4 license: BSD3
5 license-file: LICENSE
6 maintainer: luke_lau@icloud.com
7 author: Luke Lau
8 category: Web
9 build-type: Simple
10 extra-source-files:
11     CHANGELOG.md
12
13 executable blog
14     main-is: Main.hs
15     default-language: Haskell2010
16     build-depends:
17         base >=4.11,
18         scotty,
19         text,
20         mmark,
21         mmark-ext,
22         lucid,
23         filepath,
24         directory,
25         http-types,
26         time,
27         casing