diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-01-29 15:22:42 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-01-29 15:22:42 -0800 |
| commit | 5d3b61a048bf0101e780bf61faabeea21ef93f90 (patch) | |
| tree | dae45bf2ec1ad6af2da8c5b310d147860dc1f606 | |
| parent | 1caa50a42867a6f02ee282a99ab5aa53622bde8e (diff) | |
Fix skylighting clause for skylighting-core.
| -rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 46af29998..1488484e7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,8 +21,9 @@ extra-deps: - pandoc-types-1.23 - pandoc-lua-marshal-0.2.0 - commonmark-pandoc-0.2.1.3 -- git: https://github.com/jgm/skylighting-core +- git: https://github.com/jgm/skylighting commit: 356be9ee8b3c12f0523a85c00626ee13c155e336 + subdirs: [skylighting-core] ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
