Add -Wall
[blog.git] / blog.cabal
index 03d4ffa36b94ca272137bec1832d81aaef3e022e..eb8f33818f20ed699efeda84640f6c5a57fc2f4a 100644 (file)
@@ -13,13 +13,20 @@ extra-source-files:
 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