about summary refs log tree commit diff
path: root/pdybiec.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pdybiec.cabal')
-rw-r--r--pdybiec.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/pdybiec.cabal b/pdybiec.cabal
new file mode 100644
index 0000000..4b154dc
--- /dev/null
+++ b/pdybiec.cabal
@@ -0,0 +1,11 @@
+name:               pdybiec
+version:            0.1.0.0
+build-type:         Simple
+cabal-version:      >= 1.10
+
+executable site
+  main-is:          site.hs
+  build-depends:    base == 4.*
+                  , hakyll == 4.13.*
+  ghc-options:      -threaded
+  default-language: Haskell2010