diff options
| author | John MacFarlane <[email protected]> | 2025-08-24 12:45:47 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-26 12:41:19 +0200 |
| commit | 10404ca6d5c1fe95a9cc1e467becc01de56e3e38 (patch) | |
| tree | 99eaa7e43c587d04b0f92499f1e711d4fb893dba | |
| parent | fce2ae101d7eed259619297e2a781e50beee29b8 (diff) | |
Add dev doclayout to stack.yaml.
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index b81e9ae37..6c2e0fde2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,6 +25,8 @@ extra-deps: commit: 31f1b8b972bd01f6e29c1cf9c50bf0ffd9fab9a2 - git: https://github.com/jgm/texmath.git commit: 2a40f5d26d9b888559fd573ea8e7cb9c0114f9ee +- git: https://github.com/jgm/doclayout.git + commit: eeb53975379e40166e36aec0315cd933607f2aff ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
