summaryrefslogtreecommitdiff
path: root/hadrian/stack.yaml
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-04 17:19:13 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-01-26 00:17:03 -0500
commit892d10764791de0073ae59de62264d460fee4c7e (patch)
tree6ae0a383044cc09e360295102bd390be742fd10c /hadrian/stack.yaml
parentf3fee014c8c80247ba7689c316dc1f8c4f8a496b (diff)
downloadhaskell-wip/rts-configure-new-cabal.tar.gz
Get newer Cabal for Hadrian, use for `findPtr`wip/rts-configure-new-cabal
There are many more things we would use this for, this is just a first simple example to ensure the Cabal bump is working as intended. The support for multiple package in `bootstrap.py` matches Cabal's `bootstrap.py`, its inspiration, in order to keep it easy to sync changes back and forth.
Diffstat (limited to 'hadrian/stack.yaml')
-rw-r--r--hadrian/stack.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/hadrian/stack.yaml b/hadrian/stack.yaml
index 9114485dd8..44a65c46c6 100644
--- a/hadrian/stack.yaml
+++ b/hadrian/stack.yaml
@@ -2,6 +2,8 @@ resolver: lts-19.8
packages:
- '.'
+- '../libraries/Cabal/Cabal'
+- '../libraries/Cabal/Cabal-syntax'
nix:
enable: false