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, 0 insertions, 11 deletions
diff --git a/pdybiec.cabal b/pdybiec.cabal
deleted file mode 100644
index 4b154dc..0000000
--- a/pdybiec.cabal
+++ /dev/null
@@ -1,11 +0,0 @@
-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