From 44e687d50f8e8eb62658fec9dcacb7ad5086e085 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 3 Jul 2023 13:56:40 +0900 Subject: [PATCH] termonad: get building --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 b8280ba41b6e..7a2f87fcca90 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -186,6 +186,9 @@ in { haskell-gi = __CabalEagerPkgConfigWorkaround super.haskell-gi; haskell-gi-base = __CabalEagerPkgConfigWorkaround super.haskell-gi-base; + # Cabal 3.8 bug workaround for applications using haskell-gi family of libraries + termonad = __CabalEagerPkgConfigWorkaround super.termonad; + # Pending text-2.0 support https://github.com/gtk2hs/gtk2hs/issues/327 gtk = doJailbreak super.gtk; }