From c88c74cffcb6284b5d2b076704ccaea4bad91dca Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 30 Apr 2026 09:11:34 +0200 Subject: Fix cabal file format --- blog.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.cabal b/blog.cabal index 03b9035..e53adf1 100644 --- a/blog.cabal +++ b/blog.cabal @@ -13,8 +13,8 @@ executable site build-depends: base , hakyll , filepath - , pandoc - , pandoc-types + , pandoc + , pandoc-types , time ghc-options: -threaded default-language: Haskell2010 -- cgit v1.3.1