diff options
| author | Albert Krewinkel <[email protected]> | 2022-09-01 10:32:55 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-09-01 10:33:31 +0200 |
| commit | fbffff4f784c2eaa465bf7df47b4718b372ac3fa (patch) | |
| tree | 2c3ec27a5c45ae2771e72c945d2523ea8b9a2b37 | |
| parent | 635b6e39536c813d1344825ba80c954d560a7d6d (diff) | |
Fix stack.yaml
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 3ffb14968..1d8548559 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,7 +10,6 @@ extra-deps: - skylighting-0.13 - skylighting-format-ansi-0.1 - skylighting-format-latex-0.1 -- gridtables-0.0.3.0 - hslua-2.2.1 - hslua-aeson-2.2.1 - hslua-classes-2.2.0 @@ -29,7 +28,8 @@ extra-deps: - git: https://github.com/jgm/commonmark-hs commit: 4f4fbe277044de0724dd0828a45311ab1413e30b subdirs: [commonmark-extensions] - +- git: https://github.com/quarto-dev/gridtables + commit: 1dbf2ad311fc7b2d9aded51eb263067b6ff3ae28 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
