Add -Wall
[blog.git] / blog.cabal
index c654987fda79d4b6930832ce91eeba914e0eec9a..eb8f33818f20ed699efeda84640f6c5a57fc2f4a 100644 (file)
@@ -13,9 +13,11 @@ 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,
@@ -24,4 +26,7 @@ executable blog
         directory,
         http-types,
         time,
-        casing
+        casing,
+        transformers,
+        containers,
+        random