Mike Pilgrem
Mike Pilgrem
It may be something to do with this: https://github.com/haskell/cabal/blob/master/release-notes/Cabal-3.10.2.1.md from the change log for Cabal 3.10.2.1.
Stack uses the version of Cabal (the library) that is provided with the specified version of GHC. If the version of Cabal (3.10.2.0) that comes with GHC 9.8.1 is broken...
The `master` branch version of Stack now allows the building of Haddock documentation suitable for Hackage and the uploading of that built documentation to Hackage. It may be of interest...
@tomjaguarpaw, noted. I suspect the solution is ask the Hackage project to bump the version of GHC that it uses to build Haddock documentation. GHC 9.2.4 is out-of-date even for...
The discussion here may help: https://discourse.haskell.org/t/debugging-gi-gtk-with-vscode-on-windows/7514
On 'mentioning Stack', I think it depends on the purpose of the page. If its primary purpose is the use of Cabal (the tool), provided by the `cabal-install` package, on...
This topic (the structure under directory `build`) has been resolved for users of recent versions of Cabal (the tool), but remains an issue for users of Cabal (the library) (the...
I was wondering: if a package is a 'unit of distribution', and a package includes its own specification, then is a package specification that relies on information outside of the...
@abooij, I made a change to put 'currently' in the context of 'previously'. I also tidied-up the commit history, in preparation for merging.
@andreasabel, `main-is: Main` is not accepted by Cabal (at least, with modern versions) - I suspect that was a bug that has been fixed. @sol, `main-is: Main.hs` for an executable...