-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unreliable dependencies #1093
Conversation
https://github.com/haskell/ghcup-hs/actions/runs/9810889018/job/27096599505?pr=1093#step:6:7552
Quite odd. The expected hash is indeed |
Presumably it's GaloisInc/SHA#16 |
|
-- | Find the @~\/.cabal\/config@ file. | ||
findConfig :: IO FilePath | ||
findConfig = do | ||
env <- lookupEnv "CABAL_CONFIG" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For cabal >= 3.12
you can query cabal path | grep store-dir
.
See #1092 and #1089