From 50007f0273d7383be6ad0ea433fed2b553eadda0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Oct 2024 09:31:29 -0700 Subject: [PATCH] Use latest releases of commonmark, commonmark-pandoc. --- cabal.project | 12 ------------ pandoc.cabal | 4 ++-- stack.yaml | 5 ++--- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/cabal.project b/cabal.project index af00556f5..d810241ed 100644 --- a/cabal.project +++ b/cabal.project @@ -7,15 +7,3 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 -source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs - subdir: commonmark - tag: 7130ce27089b47588f64946263defc05fd72ab29 - -source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs - subdir: commonmark-pandoc - tag: 7130ce27089b47588f64946263defc05fd72ab29 - diff --git a/pandoc.cabal b/pandoc.cabal index 38eae034c..698193c3d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -490,9 +490,9 @@ library bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, citeproc >= 0.8.1.1 && < 0.9, - commonmark >= 0.2.6 && < 0.3, + commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.5.5 && < 0.3, - commonmark-pandoc >= 0.2.2.1 && < 0.3, + commonmark-pandoc >= 0.2.2.2 && < 0.3, containers >= 0.6.0.1 && < 0.8, crypton >= 0.30 && < 1.1, crypton-connection >= 0.3.1 && < 0.5, diff --git a/stack.yaml b/stack.yaml index 03b7a51aa..56a342c22 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,9 +23,8 @@ extra-deps: - pandoc-lua-marshal-0.2.8 - djot-0.1.2.2 - texmath-0.12.8.11 -- git: https://github.com/jgm/commonmark-hs - subdirs: [commonmark, commonmark-pandoc] - commit: 7130ce27089b47588f64946263defc05fd72ab29 +- commonmark-0.2.6.1 +- commonmark-pandoc-0.2.2.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules