haskell-vector-sized: update override for the latest version
This commit is contained in:
parent
b558e43753
commit
c2dd77c440
1 changed files with 2 additions and 2 deletions
|
@ -1036,8 +1036,8 @@ self: super: {
|
||||||
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
|
||||||
|
|
||||||
# Builds only with the latest version of indexed-list-literals.
|
# Builds only with the latest version of indexed-list-literals.
|
||||||
vector-sized_1_0_1_0 = super.vector-sized_1_0_1_0.override {
|
vector-sized_1_0_2_0 = super.vector-sized_1_0_2_0.override {
|
||||||
indexed-list-literals = self.indexed-list-literals_0_2_0_0;
|
indexed-list-literals = self.indexed-list-literals_0_2_1_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/dmwit/encoding/pull/3
|
# https://github.com/dmwit/encoding/pull/3
|
||||||
|
|
Loading…
Reference in a new issue