diff options
-rw-r--r-- | cabal.project | 2 | ||||
-rw-r--r-- | pandoc.cabal | 6 | ||||
-rw-r--r-- | stack.lts10.yaml | 2 | ||||
-rw-r--r-- | stack.lts11.yaml | 2 | ||||
-rw-r--r-- | stack.lts9.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
6 files changed, 7 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project index 861dbe6a5..535afde56 100644 --- a/cabal.project +++ b/cabal.project @@ -3,5 +3,3 @@ packages: pandoc.cabal source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc - -allow-newer: haddock-library:base diff --git a/pandoc.cabal b/pandoc.cabal index 2c19d73e7..ca2a7b275 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -343,7 +343,7 @@ custom-setup library build-depends: base >= 4.8 && < 5, syb >= 0.1 && < 0.8, - containers >= 0.4.2.1 && < 0.6, + containers >= 0.4.2.1 && < 0.7, unordered-containers >= 0.2 && < 0.3, parsec >= 3.1 && < 3.2, mtl >= 2.2 && < 2.3, @@ -377,7 +377,7 @@ library hslua-module-text >= 0.2 && < 0.3, binary >= 0.5 && < 0.10, SHA >= 1.6 && < 1.7, - haddock-library >= 1.6 && < 1.7, + haddock-library >= 1.7 && < 1.8, deepseq >= 1.3 && < 1.5, JuicyPixels >= 3.1.6.1 && < 3.4, Glob >= 0.7 && < 0.10, @@ -629,7 +629,7 @@ test-suite test-pandoc tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.12, - containers >= 0.4.2.1 && < 0.6, + containers >= 0.4.2.1 && < 0.7, executable-path >= 0.0 && < 0.1, zip-archive >= 0.2.3.4 && < 0.4, xml >= 1.3.12 && < 1.4, diff --git a/stack.lts10.yaml b/stack.lts10.yaml index 3a3bb0ea3..da377329f 100644 --- a/stack.lts10.yaml +++ b/stack.lts10.yaml @@ -18,7 +18,7 @@ extra-deps: - pandoc-types-1.17.5.1 - cmark-gfm-0.1.3 - texmath-0.11.1 -- haddock-library-1.6.0 +- haddock-library-1.7.0 - HsYAML-0.1.1.1 - text-1.2.3.0 - hs-bibutils-6.6.0.0 diff --git a/stack.lts11.yaml b/stack.lts11.yaml index 1325a2b8e..6364f310c 100644 --- a/stack.lts11.yaml +++ b/stack.lts11.yaml @@ -16,7 +16,7 @@ extra-deps: - skylighting-core-0.7.2 - pandoc-types-1.17.5.1 - texmath-0.11.1 -- haddock-library-1.6.0 +- haddock-library-1.7.0 - HsYAML-0.1.1.1 - hs-bibutils-6.6.0.0 - yaml-0.9.0 diff --git a/stack.lts9.yaml b/stack.lts9.yaml index e65a3a618..74b76a987 100644 --- a/stack.lts9.yaml +++ b/stack.lts9.yaml @@ -23,7 +23,7 @@ extra-deps: - hs-bibutils-6.6.0.0 - tagsoup-0.14.6 - pandoc-types-1.17.5.1 -- haddock-library-1.6.0 +- haddock-library-1.7.0 - texmath-0.11.1 - HsYAML-0.1.1.1 - text-1.2.3.0 diff --git a/stack.yaml b/stack.yaml index 78b1f5175..16650d3c5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,7 +20,7 @@ packages: extra-dep: true extra-deps: - pandoc-citeproc-0.14.7 -- haddock-library-1.6.0 +- haddock-library-1.7.0 - HsYAML-0.1.1.1 - texmath-0.11.1 - yaml-0.9.0 |