mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
haskell: fix build of base-compat-batteries
This commit is contained in:
parent
1d9330d63a
commit
53d6997e5d
@ -505,6 +505,6 @@ self: super: builtins.intersectAttrs super {
|
||||
|
||||
# cabal2nix generates a dependency on base-compat, which is the wrong version
|
||||
base-compat-batteries = super.base-compat-batteries.override {
|
||||
base-compat = pkgs.haskellPackages.base-compat_0_10_1;
|
||||
base-compat = super.base-compat_0_10_1;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user