a3d60b4b4c7774f9e1c2ff9d4d59f5dd0ac7f637
[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         scotty-cookie,
20         text,
21         mmark,
22         mmark-ext,
23         lucid,
24         filepath,
25         directory,
26         http-types,
27         time,
28         casing,
29         transformers,
30         containers,
31         random