mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
Depend on new releases of commonmark-extensions, commonmark-pandoc.
This commit is contained in:
@@ -9,15 +9,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
|
||||
-- for now (commercialhaskell/stackage#7545):
|
||||
data-default-class <= 0.2, data-default <= 0.8
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs.git
|
||||
tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
|
||||
subdir: commonmark-extensions
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/jgm/commonmark-hs.git
|
||||
tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
|
||||
subdir: commonmark-pandoc
|
||||
|
||||
|
||||
+2
-2
@@ -491,8 +491,8 @@ library
|
||||
case-insensitive >= 1.2 && < 1.3,
|
||||
citeproc >= 0.8.1.1 && < 0.9,
|
||||
commonmark >= 0.2.6.1 && < 0.3,
|
||||
commonmark-extensions >= 0.2.5.5 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.2.2 && < 0.3,
|
||||
commonmark-extensions >= 0.2.5.6 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.2.3 && < 0.3,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
crypton >= 0.30 && < 1.1,
|
||||
crypton-connection >= 0.3.1 && < 0.5,
|
||||
|
||||
+2
-4
@@ -26,10 +26,8 @@ extra-deps:
|
||||
- skylighting-core-0.14.4
|
||||
- skylighting-0.14.4
|
||||
- skylighting-format-blaze-html-0.1.1.3
|
||||
- git: https://github.com/jgm/commonmark-hs.git
|
||||
commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
|
||||
subdirs: [commonmark-extensions, commonmark-pandoc]
|
||||
|
||||
- commonmark-extensions-0.2.5.6
|
||||
- commonmark-pandoc-0.2.2.3
|
||||
ghc-options:
|
||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||
resolver: lts-22.33
|
||||
|
||||
Reference in New Issue
Block a user