diff options
| -rw-r--r-- | cabal.project | 13 | ||||
| -rw-r--r-- | pandoc.cabal | 6 | ||||
| -rw-r--r-- | stack.yaml | 6 |
3 files changed, 6 insertions, 19 deletions
diff --git a/cabal.project b/cabal.project index cf136f164..8db3d5a47 100644 --- a/cabal.project +++ b/cabal.project @@ -7,16 +7,3 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 - -source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs - subdir: commonmark-extensions - tag: 0c4807c92b94b1b5ac0f0845daac276ab9d3495f - -source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs - subdir: commonmark-pandoc - tag: 0c4807c92b94b1b5ac0f0845daac276ab9d3495f - diff --git a/pandoc.cabal b/pandoc.cabal index 35f17f4db..fafc4aff5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -473,9 +473,9 @@ library bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, citeproc >= 0.8.1 && < 0.9, - commonmark >= 0.2.4 && < 0.3, - commonmark-extensions >= 0.2.4 && < 0.3, - commonmark-pandoc >= 0.2.1.3 && < 0.3, + commonmark >= 0.2.4.1 && < 0.3, + commonmark-extensions >= 0.2.5 && < 0.3, + commonmark-pandoc >= 0.2.2 && < 0.3, containers >= 0.6.0.1 && < 0.7, crypton-connection >= 0.3.1 && < 0.4, data-default >= 0.4 && < 0.8, diff --git a/stack.yaml b/stack.yaml index d90701ab2..1e9c0a75d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -28,9 +28,9 @@ extra-deps: - commonmark-0.2.4 - texmath-0.12.8.5 - typst-0.4 -- git: https://github.com/jgm/commonmark-hs - subdirs: [commonmark-extensions, commonmark-pandoc] - commit: 0c4807c92b94b1b5ac0f0845daac276ab9d3495f +- commonmark-0.2.4.1 +- commonmark-extensions-0.2.5 +- commonmark-pandoc-0.2.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
