about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-23 12:52:25 +0200
committerPeter Simons <simons@cryp.to>2018-04-25 11:43:56 +0200
commit33e046271af4c3a532a86fb7a8114dad6f94275e (patch)
treed20094d36f42cbb7cb7f7360f7bbb4d6ef2e0da2 /pkgs/development/haskell-modules
parent7724ead286392d37b3f11813a5c79b6720236b25 (diff)
downloadnixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar.gz
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar.bz2
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar.lz
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar.xz
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.tar.zst
nixlib-33e046271af4c3a532a86fb7a8114dad6f94275e.zip
haskell-vector-sized: update override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index eb419957561e..785f38be3d0f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1023,7 +1023,8 @@ 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 {
+  # 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;
   };