diff options
| author | Albert Krewinkel <[email protected]> | 2022-09-30 18:30:16 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-09-30 18:31:55 +0200 |
| commit | 1663dfc850662d3d73b89a0b28576a026cce491b (patch) | |
| tree | 077e07fbd74b091a179aedf90327834266fc92a9 | |
| parent | b6a571d5774176202c1719f626c497f1bcdbaf2c (diff) | |
Use released gridtables 0.1.0.0
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 592e19ccf..ac241a10f 100644 --- a/cabal.project +++ b/cabal.project @@ -6,8 +6,3 @@ tests: True flags: +embed_data_files constraints: aeson >= 2.0.1.0, skylighting-format-blaze-html >= 0.1.1 - -source-repository-package - type: git - location: https://github.com/quarto-dev/gridtables - tag: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 diff --git a/pandoc.cabal b/pandoc.cabal index b65ecd830..86bc37d68 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -493,7 +493,7 @@ library exceptions >= 0.8 && < 0.11, file-embed >= 0.0 && < 0.1, filepath >= 1.1 && < 1.5, - gridtables >= 0.0.3 && < 0.1, + gridtables >= 0.1 && < 0.2, haddock-library >= 1.10 && < 1.12, http-client >= 0.4.30 && < 0.8, http-client-tls >= 0.2.4 && < 0.4, diff --git a/stack.yaml b/stack.yaml index bb35f848c..57542817c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,6 +14,7 @@ extra-deps: - skylighting-format-ansi-0.1 - skylighting-format-latex-0.1 - skylighting-format-blaze-html-0.1.1 +- gridtables-0.1.0.0 - hslua-2.2.1 - hslua-aeson-2.2.1 - hslua-cli-1.2.0 @@ -30,8 +31,6 @@ extra-deps: - citeproc-0.8.0.1 - commonmark-extensions-0.2.3.3 - texmath-0.12.5.3 -- git: https://github.com/quarto-dev/gridtables - commit: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-19.21 |
