Add extra files to cabal
[blog.git] / blog.cabal
index c654987fda79d4b6930832ce91eeba914e0eec9a..584176078368bd4f3591a7f88cb98c11f9b43270 100644 (file)
@@ -9,13 +9,18 @@ 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,
@@ -24,4 +29,7 @@ executable blog
         directory,
         http-types,
         time,
-        casing
+        casing,
+        transformers,
+        containers,
+        random