How to report builds...?

Hi list. Hackage cannot build my package, because for some reason it will only use base-4.9.0.0, which does not satisfy the dependencies of some of my dependencies. So, I was trying to figure out how to report my own builds. However, when I use the "cabal report" command, cabal take my username and password, and then (so far as I can tell) does nothing. I tried increasing the verbosity, as well as upgrading to the latest version of cabal, but this did not work. And I can seem to find the documentation for this feature. Please advise. -- https://qlfiles.net My PGP public key ID is 0x340EA95A (pgp.mit.edu).

Hi Christopher, On Tue, Aug 23, 2016 at 09:32:56PM -0800, Christopher Howard wrote:
Hi list. Hackage cannot build my package, because for some reason it will only use base-4.9.0.0, which does not satisfy the dependencies of some of my dependencies.
There's a dependency between the GHC version and the base library version, each GHC comes with its own base library. In the case of base-4.9.0.0 you are using GHC 8.0.1, which is the latest and quite new compiler version, so most likely some of your dependencies just don't support GHC 8.0.1 yet. For now it might be easier to stick with GHC 7.10, until more libraries are updated. Greetings, Daniel
participants (2)
-
Christopher Howard
-
Daniel Trstenjak