about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.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.6.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.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index b876605754ff..5917b6ac5854 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -75,6 +75,10 @@ self: super: {
   base-compat = doDistribute self.base-compat_0_13_0;
   base-compat-batteries = doDistribute self.base-compat-batteries_0_13_0;
 
+  # Too strict upper bound on template-haskell
+  # https://github.com/mokus0/th-extras/pull/21
+  th-extras = doJailbreak super.th-extras;
+
   ghc-lib = doDistribute self.ghc-lib_9_6_2_20230523;
   ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_2_20230523;
   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_0;