diff options
Diffstat (limited to 'blog.cabal')
| -rw-r--r-- | blog.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ executable site build-depends: base , hakyll , filepath - , pandoc - , pandoc-types + , pandoc + , pandoc-types , time ghc-options: -threaded default-language: Haskell2010 |