maralorn
maralorn
I have also thought multiple times about having Cabal_3_10_x or Cabal_3_10 or also Cabal_latest.
Yeah, I think the best fix for that is integrating nom into nixos-rebuild. Ah, I guess the problem here is --json which means that non-json get’s ignored. But maybe we...
Sounds easy to fix.
Hey, so I’d first say that this is kinda a known issue. It is caused by the simplistic approach nom takes. One aim that I had designing nom was that...
@Luflosi the flickering is an annoying topic. In theory the spec says very clearly which drawing events should trigger a redraw and which ones not and I tried painstakingly to...
I am pretty sure, that hover number over the graph is the occupied size on the heap in Bytes by the specific constructor. The n ist I think just a...
nixpkgs builds Cabal together with ghc. For that we use the Cabal source distributed as part of ghc. For bootstraping we use ghc bindists which I think include Cabal bindists,...
Tested today, it also works with ghc-events 0.18
@Mikolaj It looks alright now. Thank you.
> If we're going to do this, I'd add `testTargets` to the nixpkgs builder and some extra logic to keep backwards compatibility with the old interface. I've been meaning to...