diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-24 11:00:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-24 11:00:29 -0700 |
commit | 6285c047c4a7642c992ebb6c9e9ddc9ce21c5f3e (patch) | |
tree | 77d67ff30834749ea246c6f158be3cc274596e7a | |
parent | a295fed873406db93b4b54a5179da3d567833a1c (diff) | |
download | pandoc-6285c047c4a7642c992ebb6c9e9ddc9ce21c5f3e.tar.gz |
Don't depend on latest haddock-library in stack.yaml.
For now. Because of a bug in the library, it must be
rebuilt every time we do 'stack install.
See #4482.
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 862022b4d..22fa98223 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,7 @@ extra-deps: - tasty-1.0.1.1 - pandoc-types-1.17.4.2 - cmark-gfm-0.1.3 -- haddock-library-1.5.0.1 +#- haddock-library-1.5.0.1 - hslua-module-text-0.1.2.1 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude |