mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
Require pandoc-types 1.23, update dependencies.
This fails to build because pandoc-lua-marshal still needs updating.
This commit is contained in:
+9
-3
@@ -10,17 +10,23 @@ constraints: skylighting-format-blaze-html >= 0.1.1,
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/citeproc
|
||||
tag: 4099185c5a82ef1f84b711c113d2744eeb794106
|
||||
tag: a73c7d1c00c993b8a20daf5a932afae16f889c83
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/texmath
|
||||
tag: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9
|
||||
tag: dab2be16b751e8ce7e6d9937029f10e06c3c80c3
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs
|
||||
tag: d0f3097e55471aa640d76d0188ba707cbece71b1
|
||||
subdir: commonmark-pandoc
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/pandoc-types
|
||||
tag: 183af9d9f1066be974ac55fd23a4c985999d3ce8
|
||||
tag: 6ac717718396bdca510cbdc6d211bbea408444cc
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
|
||||
@@ -113,7 +113,7 @@ library
|
||||
, mtl >= 2.2 && < 2.4
|
||||
, pandoc >= 3.0 && < 3.1
|
||||
, pandoc-lua-marshal >= 0.1.7 && < 0.2
|
||||
, pandoc-types >= 1.22.2 && < 1.23
|
||||
, pandoc-types >= 1.22 && < 1.24
|
||||
, parsec >= 3.1 && < 3.2
|
||||
, text >= 1.1.1 && < 2.1
|
||||
|
||||
@@ -131,7 +131,7 @@ test-suite test-pandoc-lua-engine
|
||||
, filepath
|
||||
, hslua >= 2.1 && < 2.3
|
||||
, pandoc
|
||||
, pandoc-types >= 1.22.2 && < 1.23
|
||||
, pandoc-types >= 1.22 && < 1.24
|
||||
, tasty
|
||||
, tasty-golden
|
||||
, tasty-hunit
|
||||
|
||||
@@ -50,7 +50,7 @@ common common-executable
|
||||
library
|
||||
import: common-options
|
||||
build-depends: pandoc >= 3.0,
|
||||
pandoc-types >= 1.22.2 && < 1.23,
|
||||
pandoc-types >= 1.22 && < 1.24,
|
||||
containers >= 0.6.0.1 && < 0.7,
|
||||
aeson >= 2.0 && < 2.2,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
|
||||
+2
-2
@@ -500,7 +500,7 @@ library
|
||||
mtl >= 2.2 && < 2.4,
|
||||
network >= 2.6,
|
||||
network-uri >= 2.6 && < 2.8,
|
||||
pandoc-types >= 1.22.2 && < 1.23,
|
||||
pandoc-types >= 1.23 && < 1.24,
|
||||
parsec >= 3.1 && < 3.2,
|
||||
pretty >= 1.1 && < 1.2,
|
||||
pretty-show >= 1.10 && < 1.11,
|
||||
@@ -754,7 +754,7 @@ test-suite test-pandoc
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
filepath >= 1.1 && < 1.5,
|
||||
mtl >= 2.2 && < 2.4,
|
||||
pandoc-types >= 1.22.2 && < 1.23,
|
||||
pandoc-types >= 1.23 && < 1.24,
|
||||
process >= 1.2.3 && < 1.7,
|
||||
tasty >= 0.11 && < 1.5,
|
||||
tasty-golden >= 2.3 && < 2.4,
|
||||
|
||||
+7
-3
@@ -25,13 +25,17 @@ extra-deps:
|
||||
- doctemplates-0.11
|
||||
- commonmark-extensions-0.2.3.3
|
||||
- git: https://github.com/jgm/texmath
|
||||
commit: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9
|
||||
commit: dab2be16b751e8ce7e6d9937029f10e06c3c80c3
|
||||
- git: https://github.com/jgm/citeproc
|
||||
commit: 4099185c5a82ef1f84b711c113d2744eeb794106
|
||||
commit: a73c7d1c00c993b8a20daf5a932afae16f889c83
|
||||
- git: https://github.com/jgm/pandoc-types
|
||||
commit: 183af9d9f1066be974ac55fd23a4c985999d3ce8
|
||||
commit: 6ac717718396bdca510cbdc6d211bbea408444cc
|
||||
- git: https://github.com/pandoc/pandoc-lua-marshal
|
||||
commit: a2a97e2af78326ea7841101d4ef56e74426b66c4
|
||||
- git: https://github.com/jgm/commonmark-hs
|
||||
commit: d0f3097e55471aa640d76d0188ba707cbece71b1
|
||||
subdirs: [commonmark-pandoc]
|
||||
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-20.6
|
||||
|
||||
Reference in New Issue
Block a user