about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-11-10 18:45:27 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-11-10 18:45:27 +0100
commit5f76804b6e094a15a312b0fc8c8e30feda033822 (patch)
treeb37538f40fe2bf24fc7e08c87c737175666fe79e /pkgs/development/haskell-modules/configuration-common.nix
parent99a02beb04adad4c0cc99ff6ad9c806d5fa53145 (diff)
haskellPackages: Fixup alex minor version in overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-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 8e45de074b9bb..0768f0f182b4d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -498,7 +498,7 @@ self: super: {
   structures = dontCheck super.structures;
 
   # Requires alex >= 3.4
-  jacinda = super.jacinda.override { alex = self.alex_3_4_0_0; };
+  jacinda = super.jacinda.override { alex = self.alex_3_4_0_1; };
 
   # Disable test suites to fix the build.
   acme-year = dontCheck super.acme-year;                # http://hydra.cryp.to/build/497858/log/raw