gbaz
gbaz
The docs instructions on the uploads page should be here as well ideally, not just linked.
https://downloads.haskell.org/~ghc/8.4.1/docs/html/users_guide/ffi-chap.html#interruptible-foreign-calls But to do so requires interruptible to be added to c2hs, which is this as yet unmerged PR: https://github.com/haskell/c2hs/pull/177
This is a discussion thread. Please correct me where I'm wrong. It's just to put down a big feature idea I've been thinking of for some time in one place,...
Related ticket from cabal: https://github.com/haskell/cabal/issues/5991 As @harpocrates writes there: "I don't think --no-warnings will be enough. Even besides that, the Haddock codebase still has a bunch of unguarded putStrLn's for...
It was suggested on a reddit UX thread. Interesting question, not sure if I'd want it...
As I suggested here: https://github.com/haskell/cabal/pull/5236#issuecomment-376610195 We can get around xhr limitations by loading the data locally with a tag instead or the like, which lets us keep the benefits of...
We'd like to add redirects to hackage-server to allow both efficient CDN usage _and_ correct download statistics (https://github.com/haskell/hackage-server/pull/698). However, downstream clients will need to be able to follow redirects. I...
as the title says.
Resolves https://github.com/haskell/cabal/issues/8494 We need to check for versions of packages in the pkg-config db, since we have constraints on versions. We also want to be able to use the pkgdb...
resolves https://github.com/haskell/cabal/issues/6304 * [ ] Any changes that could be relevant to users [have been recorded in the changelog](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#changelog). * [ ] The documentation has been updated, if necessary