summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-17 19:25:34 +0200
committerPeter Simons <simons@cryp.to>2018-05-19 22:24:30 +0200
commitc2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45 (patch)
tree949e38685c73a59203edcbd1791952af88277818 /pkgs/development/haskell-modules/configuration-common.nix
parentb558e437533a7177f0fce894fc9f66b738a12d0f (diff)
downloadnixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar.gz
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar.bz2
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar.lz
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar.xz
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.tar.zst
nixlib-c2dd77c440b565dc2a5b4bdd4fdb2280fc2f4b45.zip
haskell-vector-sized: update override for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8278b4bdc5ea..f37983082047 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1036,8 +1036,8 @@ self: super: {
   vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
 
   # Builds only with the latest version of indexed-list-literals.
-  vector-sized_1_0_1_0 = super.vector-sized_1_0_1_0.override {
-    indexed-list-literals = self.indexed-list-literals_0_2_0_0;
+  vector-sized_1_0_2_0 = super.vector-sized_1_0_2_0.override {
+    indexed-list-literals = self.indexed-list-literals_0_2_1_1;
   };
 
   # https://github.com/dmwit/encoding/pull/3