diff options
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 |