about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-03-30 11:02:10 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-03-30 11:02:10 +0900
commitf90d9744810869a6c9a3883e10e164644b110af5 (patch)
treefcadf83452f3eb917b0a5783a51d228ed6e45817 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent9283ba9fbb07b18802bd67b1ede5a3602b0c57d5 (diff)
downloadnixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar.gz
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar.bz2
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar.lz
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar.xz
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.tar.zst
nixlib-f90d9744810869a6c9a3883e10e164644b110af5.zip
haskell.packages.ghc944.tasty-hedgehog: 1.4.0.0 -> 1.4.0.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 23c211afcb4e..dd472ae93f5a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -125,7 +125,7 @@ in {
   hedgehog = doDistribute (dontHaddock super.hedgehog_1_2);
   # tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2:
   # https://github.com/qfpl/tasty-hedgehog/pull/63
-  tasty-hedgehog = self.tasty-hedgehog_1_4_0_0;
+  tasty-hedgehog = self.tasty-hedgehog_1_4_0_1;
 
   # https://github.com/dreixel/syb/issues/38
   syb = dontCheck super.syb;