Updated version bounds for containers and haddock-library.
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974.
This commit is contained in:
parent
f48960b75f
commit
ebdb2deb0d
6 changed files with 7 additions and 9 deletions
|
@ -3,5 +3,3 @@ packages: pandoc.cabal
|
|||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/pandoc-citeproc
|
||||
|
||||
allow-newer: haddock-library:base
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue