summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-26 10:07:28 +0200
committerPeter Simons <simons@cryp.to>2018-06-26 10:12:28 +0200
commitfb9f0ebc9a6981b35c875b074c07884a8ac4cb61 (patch)
treeab3021e9c1307b3183cc3b08ec13259135aa6cbf /pkgs
parent48e1d7837a8b00f9eabb1aeee4ee7aa8e112d236 (diff)
downloadnixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar.gz
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar.bz2
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar.lz
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar.xz
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.tar.zst
nixlib-fb9f0ebc9a6981b35c875b074c07884a8ac4cb61.zip
haskell-vector-sized: update override for the latest version
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 439e033acb0d..b196b1a9ccd1 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1039,7 +1039,7 @@ self: super: {
   vulkan = super.vulkan.override { vulkan = pkgs.vulkan-loader; };
 
   # Builds only with the latest version of indexed-list-literals.
-  vector-sized_1_0_2_0 = super.vector-sized_1_0_2_0.override {
+  vector-sized_1_0_3_0 = super.vector-sized_1_0_3_0.override {
     indexed-list-literals = self.indexed-list-literals_0_2_1_1;
   };