From 0db5b2cfd42fab4c05938e66a062eeb91f37dbb5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Apr 2025 11:54:08 +0200 Subject: [PATCH] spago: fix build of dep versions with GHC 9.8 --- pkgs/development/haskell-modules/configuration-nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 6cf25e6ca3bd..ab3a42259dc0 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1015,7 +1015,8 @@ builtins.intersectAttrs super { in lib.pipe (super.spago.override { - versions = self.versions_5_0_5; + # base <4.19, text <2.1 + versions = doJailbreak self.versions_5_0_5; fsnotify = self.fsnotify_0_3_0_1; }) [