mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Haskell Packages: Use correct version of indexed-list-literals for vector-sized-1.0.0.0
This commit is contained in:
parent
966defff34
commit
5778c4150a
@ -1026,10 +1026,13 @@ self: super: {
|
||||
# This package refers to the wrong library (itself in fact!)
|
||||
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
|
||||
hlint = super.hlint.override { extra = self.extra_1_6_6; };
|
||||
hoogle = super.hoogle.override { extra = self.extra_1_6_6; };
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user