Add login sessions
[blog.git] / blog.cabal
index c654987fda79d4b6930832ce91eeba914e0eec9a..a3d60b4b4c7774f9e1c2ff9d4d59f5dd0ac7f637 100644 (file)
@@ -16,6 +16,7 @@ executable blog
     build-depends:
         base >=4.11,
         scotty,
     build-depends:
         base >=4.11,
         scotty,
+        scotty-cookie,
         text,
         mmark,
         mmark-ext,
         text,
         mmark,
         mmark-ext,
@@ -24,4 +25,7 @@ executable blog
         directory,
         http-types,
         time,
         directory,
         http-types,
         time,
-        casing
+        casing,
+        transformers,
+        containers,
+        random