about summary refs log tree commit diff
path: root/dybiec-info.cabal
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2023-04-19 21:46:50 +0100
committerPaweł Dybiec <pawel@dybiec.info>2023-04-19 21:46:50 +0100
commit1e04d732ba24536ce98b8a483eb95e283c7cd9ef (patch)
treee585b885526876012217504c1b979575a96e6c00 /dybiec-info.cabal
parentUpdate social media,employer and some wording (diff)
Nixify
Diffstat (limited to 'dybiec-info.cabal')
-rw-r--r--dybiec-info.cabal10
1 files changed, 10 insertions, 0 deletions
diff --git a/dybiec-info.cabal b/dybiec-info.cabal
new file mode 100644
index 0000000..09e3ba4
--- /dev/null
+++ b/dybiec-info.cabal
@@ -0,0 +1,10 @@
+name:               dybiec-info
+version:            0.1.0.0
+build-type:         Simple
+cabal-version:      >= 1.10
+
+executable site
+  main-is:          site.hs
+  build-depends:    base == 4.*
+                  , hakyll == 4.15.*
+  ghc-options:      -threaded