about summary refs log tree commit diff
path: root/pdybiec.cabal
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2022-04-27 01:20:01 +0100
committerPaweł Dybiec <pawel@dybiec.info>2022-04-27 01:20:01 +0100
commit886a9c74efe69a131856837fcdc3a1e73d117b1d (patch)
tree6661b97f2eb76048d7bafe2b699d7a12f97041ba /pdybiec.cabal
parentUpdate about (diff)
Remove stack, update hakyll
Diffstat (limited to 'pdybiec.cabal')
-rw-r--r--pdybiec.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdybiec.cabal b/pdybiec.cabal
index 4b154dc..afc59a3 100644
--- a/pdybiec.cabal
+++ b/pdybiec.cabal
@@ -6,6 +6,5 @@ cabal-version:      >= 1.10
 executable site
   main-is:          site.hs
   build-depends:    base == 4.*
-                  , hakyll == 4.13.*
+                  , hakyll == 4.15.*
   ghc-options:      -threaded
-  default-language: Haskell2010