You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get a cabal.config file for LTS and nightly resolvers. Could we provide a cabal.config for ghc-x.y.z resolvers too? If so then I'd expect it would show packages shipped with the compiler.
$ curl https://www.stackage.org/lts-21.22/cabal.config --silent | sed -n 1,8p
-- NOTE: Due to revisions, this file may not work. See:
-- https://github.com/fpco/stackage-server/issues/232
-- Stackage snapshot from: http://www.stackage.org/snapshot/lts-21.22
-- Please place this file next to your .cabal file as cabal.config
-- To only use tested packages, uncomment the following line:
-- remote-repo: stackage-lts-21.22:http://www.stackage.org/lts-21.22
with-compiler: ghc-9.4.8
$ curl https://www.stackage.org/nightly-2023-11-28/cabal.config --silent | sed -n 1,8p
-- NOTE: Due to revisions, this file may not work. See:
-- https://github.com/fpco/stackage-server/issues/232
-- Stackage snapshot from: http://www.stackage.org/snapshot/nightly-2023-11-28
-- Please place this file next to your .cabal file as cabal.config
-- To only use tested packages, uncomment the following line:
-- remote-repo: stackage-nightly-2023-11-28:http://www.stackage.org/nightly-2023-11-28
with-compiler: ghc-9.6.3
In the Stack docs, it says we can use
resolver: ghc-x.y.z
.I can get a
cabal.config
file for LTS and nightly resolvers. Could we provide acabal.config
forghc-x.y.z
resolvers too? If so then I'd expect it would show packages shipped with the compiler.The text was updated successfully, but these errors were encountered: