X-Git-Url: https://git.lukelau.me/?p=blog.git;a=blobdiff_plain;f=blog.cabal;h=584176078368bd4f3591a7f88cb98c11f9b43270;hp=03d4ffa36b94ca272137bec1832d81aaef3e022e;hb=b3538c199903e13ce959380bf01840d015b74e70;hpb=0848263e3bc89a44d351980eef66207931eaa7aa diff --git a/blog.cabal b/blog.cabal index 03d4ffa..5841760 100644 --- a/blog.cabal +++ b/blog.cabal @@ -9,17 +9,27 @@ 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 + http-types, + time, + casing, + transformers, + containers, + random