diff options
author | Stefan Kreutz <mail@skreutz.com> | 2024-07-06 23:20:29 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2024-07-06 23:20:29 +0200 |
commit | 6772e304c049cf44bbf47b445b04c8e45c16c128 (patch) | |
tree | 803a70bb59d6d9918e9d0cabd13fb58f951190ca /blog.cabal | |
parent | 8c37ae3642f9e95ccfcf8982c45b7e6ed3c3c850 (diff) | |
download | blog-6772e304c049cf44bbf47b445b04c8e45c16c128.tar |
Append anchors to headings
Diffstat (limited to 'blog.cabal')
-rw-r--r-- | blog.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ executable site build-depends: base , hakyll , filepath + , pandoc + , pandoc-types , time ghc-options: -threaded default-language: Haskell2010 |