diff options
-rw-r--r-- | hakyll.cabal | 6 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index b19bbb8..65664f7 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -226,7 +226,7 @@ Test-suite hakyll-tests Type: exitcode-stdio-1.0 Hs-source-dirs: tests Main-is: TestSuite.hs - Ghc-options: -Wall + Ghc-options: -Wall -threaded Default-language: Haskell2010 Other-modules: @@ -315,7 +315,7 @@ Test-suite hakyll-tests Executable hakyll-init Main-is: Init.hs - Ghc-options: -Wall + Ghc-options: -Wall -threaded Hs-source-dirs: src Default-language: Haskell2010 @@ -330,7 +330,7 @@ Executable hakyll-init Executable hakyll-website Main-is: site.hs - Ghc-options: -Wall + Ghc-options: -Wall -threaded Hs-source-dirs: web Default-language: Haskell2010 @@ -14,7 +14,7 @@ packages: extra-deps: - hslua-module-text-0.1.2 - skylighting-0.5 - - pandoc-citeproc-0.12.1.1 + - pandoc-citeproc-0.12.2.2 nix: enable: false |