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-07-03 13:56:40 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-07-03 13:56:40 +0900
commit44e687d50f8e8eb62658fec9dcacb7ad5086e085 (patch)
tree973ab51abb99daea866e800eb4202f5eebfbdf62 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent64b2287b70fdbbfefd9469f9e8a19d53de653873 (diff)
downloadnixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar.gz
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar.bz2
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar.lz
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar.xz
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.tar.zst
nixlib-44e687d50f8e8eb62658fec9dcacb7ad5086e085.zip
termonad: get building
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.nix3
1 files changed, 3 insertions, 0 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 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;
 }