aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-18 09:47:52 -0800
committerJohn MacFarlane <[email protected]>2023-01-18 11:05:09 -0800
commit2c299d7991913d4324f48e91cb607464e4a066e4 (patch)
tree2b13f2e48c9f0100c6ba1caf41939e25de482008
parent71078d6546eec26c72a64212896f74dc055d6961 (diff)
Use released versions of packages.
-rw-r--r--cabal.project26
-rw-r--r--pandoc.cabal6
-rw-r--r--stack.yaml16
3 files changed, 8 insertions, 40 deletions
diff --git a/cabal.project b/cabal.project
index da8c88b8e..1f412e753 100644
--- a/cabal.project
+++ b/cabal.project
@@ -6,29 +6,3 @@ tests: True
flags: +embed_data_files
constraints: skylighting-format-blaze-html >= 0.1.1,
skylighting-format-context >= 0.1.0.1
-
-source-repository-package
- type: git
- location: https://github.com/jgm/citeproc
- tag: 58cfca8671a3f3eeb87d79ca4a98fdabb2830a3a
-
-source-repository-package
- type: git
- location: https://github.com/jgm/texmath
- 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: 8c7bc6c66d22538711171b8cfd0e5f3d48de39fd
-
-source-repository-package
- type: git
- location: https://github.com/pandoc/pandoc-lua-marshal
- tag: 01cbd2039e91b32d9fbcb4418bd80854973e8bb5
diff --git a/pandoc.cabal b/pandoc.cabal
index be3f36d4e..120671826 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -474,10 +474,10 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.8.0.2 && < 0.9,
+ citeproc >= 0.8.1 && < 0.9,
commonmark >= 0.2.2 && < 0.3,
commonmark-extensions >= 0.2.3.3 && < 0.3,
- commonmark-pandoc >= 0.2.1.2 && < 0.3,
+ commonmark-pandoc >= 0.2.1.3 && < 0.3,
connection >= 0.3.1,
containers >= 0.6.0.1 && < 0.7,
data-default >= 0.4 && < 0.8,
@@ -515,7 +515,7 @@ library
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
- texmath >= 0.12.5.4 && < 0.12.6,
+ texmath >= 0.12.5.5 && < 0.12.6,
text >= 1.1.1.0 && < 2.1,
text-conversions >= 0.3 && < 0.4,
time >= 1.5 && < 1.14,
diff --git a/stack.yaml b/stack.yaml
index 1ad7cfa86..c50791410 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -16,17 +16,11 @@ extra-deps:
- jira-wiki-markup-1.5.0
- mime-types-0.1.1.0
- doctemplates-0.11
-- git: https://github.com/jgm/texmath
- commit: dab2be16b751e8ce7e6d9937029f10e06c3c80c3
-- git: https://github.com/jgm/citeproc
- commit: 58cfca8671a3f3eeb87d79ca4a98fdabb2830a3a
-- git: https://github.com/jgm/pandoc-types
- commit: 8c7bc6c66d22538711171b8cfd0e5f3d48de39fd
-- git: https://github.com/pandoc/pandoc-lua-marshal
- commit: 01cbd2039e91b32d9fbcb4418bd80854973e8bb5
-- git: https://github.com/jgm/commonmark-hs
- commit: d0f3097e55471aa640d76d0188ba707cbece71b1
- subdirs: [commonmark-pandoc]
+- texmath-0.12.5.5
+- citeproc-0.8.1
+- pandoc-types-1.23
+- pandoc-lua-marshal-0.2
+- commonmark-pandoc-0.2.1.3
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules