about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-11 18:56:49 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-11 18:56:49 +0200
commit72652d46c8a4690432826ce956ed6f573d689bd6 (patch)
treed6b48efa6dcc9ec958fa050cfb19886752af6521 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentfc97e60a594ee6aee5aacfe46098661b70c83e0c (diff)
downloadnixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar.gz
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar.bz2
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar.lz
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar.xz
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.tar.zst
nixlib-72652d46c8a4690432826ce956ed6f573d689bd6.zip
haskell.packages.ghc9{4,6}.th-extras: drop bound on template-haskell
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 2435c820ea02..22cbba982f66 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -141,6 +141,9 @@ in {
   # 2022-10-06: https://gitlab.haskell.org/ghc/ghc/-/issues/22260
   ghc-check = dontHaddock super.ghc-check;
 
+  # Too strict upper bound on template-haskell
+  # https://github.com/mokus0/th-extras/issues/18
+  th-extras = doJailbreak super.th-extras;
 
   # requires newer versions to work with GHC 9.4
   swagger2 = dontCheck super.swagger2;