mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 11:37:01 +00:00
Merge pull request #39265 from expipiplus1/vector-sized-1
Haskell Packages: Use correct version of indexed-list-literals for vector-sized-1.0.0.0
This commit is contained in:
commit
f22ce37e1f
1 changed files with 4 additions and 1 deletions
|
@ -1026,10 +1026,13 @@ self: super: {
|
||||||
# This package refers to the wrong library (itself in fact!)
|
# This package refers to the wrong library (itself in fact!)
|
||||||
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
||||||
|
|
||||||
|
vector-sized_1_0_0_0 = super.vector-sized_1_0_0_0.override {
|
||||||
|
indexed-list-literals = self.indexed-list-literals_0_2_0_0;
|
||||||
|
};
|
||||||
|
|
||||||
# Both need a more up-to-date version
|
# Both need a more up-to-date version
|
||||||
hlint = super.hlint.override { extra = self.extra_1_6_6; };
|
hlint = super.hlint.override { extra = self.extra_1_6_6; };
|
||||||
hoogle = super.hoogle.override { extra = self.extra_1_6_6; };
|
hoogle = super.hoogle.override { extra = self.extra_1_6_6; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue