[Nix-dev] [Nix-commits] SVN commit: nix - r32292 - in nixpkgs/trunk/pkgs: applications/editors/leksah applications/misc/xmobar applications/office/hledger-interest applications/version-management/darcs applications/window...

Andres Loeh ksnix at andres-loeh.de
Thu Feb 16 10:13:47 CET 2012


Hi Peter.

> Log:
> Regenerated all Haskell packages with the latest version of cabal2nix.

What's going on here:

> -  buildDepends = [ mtl parsec stm time utf8String X11 X11Xft ];
> +  buildDepends = [
> +    Cabal filepath mtl parsec stm time utf8String X11 X11Xft
> +  ];

All packages seem to depend on "Cabal" now? This means *everything*
has to be rebuilt, for no apparent reason. Could you please explain?

Cheers,
  Andres


More information about the nix-dev mailing list