Create posts directory if needed
[blog.git] / blog.cabal
index 03d4ffa36b94ca272137bec1832d81aaef3e022e..a3d60b4b4c7774f9e1c2ff9d4d59f5dd0ac7f637 100644 (file)
@@ -16,10 +16,16 @@ executable blog
     build-depends:
         base >=4.11,
         scotty,
+        scotty-cookie,
         text,
         mmark,
         mmark-ext,
         lucid,
         filepath,
         directory,
-        http-types
+        http-types,
+        time,
+        casing,
+        transformers,
+        containers,
+        random