From 2e1877bc90f9baf9a53119da0bbac4cce0cce3ee Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:49:16 +0200 Subject: [PATCH 1/5] haskell-timezone-series: jailbreak for ghc-9.12.x to allow latest time library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 705b4261058f..633ac6e4f752 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -114,6 +114,7 @@ with haskellLib; self.syb self.HUnit ] super.ghc-exactprint_1_12_0_0; + timezone-series = doJailbreak super.timezone-series; # time <1.14 # # Test suite issues From b68c98e6aba5cd7734e6181b32f222515a66c8d1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:50:09 +0200 Subject: [PATCH 2/5] haskell-cabal-plan: jailbreak for ghc-9.12.x to allow latest base library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 633ac6e4f752..7d5f07f61fbe 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -115,6 +115,7 @@ with haskellLib; self.HUnit ] super.ghc-exactprint_1_12_0_0; timezone-series = doJailbreak super.timezone-series; # time <1.14 + cabal-plan = doJailbreak super.cabal-plan; # base <4.21 # # Test suite issues From 0880b2e13cd95a50cae79d1eb8d2475d69f1e352 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:50:35 +0200 Subject: [PATCH 3/5] haskell-dbus: jailbreak for ghc-9.12.x to allow latest template-haskell library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 7d5f07f61fbe..18ecfe7ac7c3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -116,6 +116,7 @@ with haskellLib; ] super.ghc-exactprint_1_12_0_0; timezone-series = doJailbreak super.timezone-series; # time <1.14 cabal-plan = doJailbreak super.cabal-plan; # base <4.21 + dbus = doJailbreak super.dbus; # template-haskell <2.23 # # Test suite issues From e8aeb9212e9de39ae736f65858e92581d5f8698a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:52:24 +0200 Subject: [PATCH 4/5] haskell-timezone-olson: jailbreak for ghc-9.12.x to allow latest time library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 18ecfe7ac7c3..2680d218506b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -115,6 +115,7 @@ with haskellLib; self.HUnit ] super.ghc-exactprint_1_12_0_0; timezone-series = doJailbreak super.timezone-series; # time <1.14 + timezone-olson = doJailbreak super.timezone-olson; # time <1.14 cabal-plan = doJailbreak super.cabal-plan; # base <4.21 dbus = doJailbreak super.dbus; # template-haskell <2.23 From 68b509de450964c4112740a5143fcb4aba7a1e9c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:53:45 +0200 Subject: [PATCH 5/5] haskell-xmobar: jailbreak for ghc-9.12.x to allow latest base library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 2680d218506b..392338937de3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -118,6 +118,7 @@ with haskellLib; timezone-olson = doJailbreak super.timezone-olson; # time <1.14 cabal-plan = doJailbreak super.cabal-plan; # base <4.21 dbus = doJailbreak super.dbus; # template-haskell <2.23 + xmobar = doJailbreak super.xmobar; # base <4.21 # # Test suite issues