about summary refs log tree commit diff
path: root/dybiec-info.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dybiec-info.cabal')
-rw-r--r--dybiec-info.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/dybiec-info.cabal b/dybiec-info.cabal
new file mode 100644
index 0000000..dbdd72d
--- /dev/null
+++ b/dybiec-info.cabal
@@ -0,0 +1,15 @@
+cabal-version:      3.4
+name:               dybiec-info
+version:            0.1.0.0
+build-type:         Simple
+license:            BSD-3-Clause
+license-file:		LICENSE
+description:
+  My website
+homepage:           https://git.dybiec.info/website
+
+executable site
+  main-is:          site.hs
+  build-depends:    base == 4.*
+                  , hakyll >= 4.15
+  ghc-options:      -threaded