hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

Hackage build fails on a build-tool-depends dependency

Open nikita-volkov opened this issue 1 year ago • 1 comments

More specifically I'm having issues using the "autoexporter" util.

The Hackage build fails with the following message:

could not execute: autoexporter

The dependency on "autoexporter" is established thus.

nikita-volkov avatar Dec 04 '24 05:12 nikita-volkov

That error comes from ghc -- the build brings autoexporter into scope, but for some reason ghc fails on executing it? Don't see why offhand

gbaz avatar Dec 11 '24 19:12 gbaz