diff options
| author | John MacFarlane <[email protected]> | 2023-07-20 22:38:03 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-20 22:38:03 -0700 |
| commit | b6ae1faed8c83096743608ad594bd6b155c912b1 (patch) | |
| tree | aa4a1b04cdd1bfbe11935786dcf67f64854563f3 | |
| parent | a8d5970cd19fc9429b4891f71b99ba2536befe5a (diff) | |
Fix typo in stack.yaml.3.1.6
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 93e7c8534..e133ac133 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,7 +27,7 @@ extra-deps: - commonmark-extensions-0.2.3.5 - typst-0.3.1.0 - skylighting-core-0.13.4.1 -- suylighting-0.13.4.1 +- skylighting-0.13.4.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
