hackage-server
hackage-server copied to clipboard
Hackage build fails on a build-tool-depends dependency
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.
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