Skip to content
Commit bf6d796a authored by Bas van Dijk's avatar Bas van Dijk
Browse files

haskell: allow overriding all package sets at once

Setting haskell.packageOverrides like so:

  haskell = super.haskell // {
    packageOverrides = self: super: {
      my-package = ...;
      my-other-package = ...;
    };
  };

causes all compiler-specific package sets to be overridden with those
overrides.
parent 3d1976b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment