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-08-17 00:33:57 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-17 00:33:57 +0200
commit9e4a1cf233ab6457bb73a6616b7c3ce9f219845c (patch)
tree33ae3045ced9b41ef916e0ff35282afacbcaca98 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parentf3403ee5a2260a385040c51b94c3933f7490b2cf (diff)
downloadnixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar.gz
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar.bz2
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar.lz
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar.xz
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.tar.zst
nixlib-9e4a1cf233ab6457bb73a6616b7c3ce9f219845c.zip
haskell.packages.ghc94.ghc-tags: pin to matching version 1.6
haskell.packages.ghc96.ghc-tags: test on Hydra
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.nix2
1 files changed, 2 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 1d9b216da6b7..7b9feb98dcba 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -94,6 +94,8 @@ in {
   # 2022-10-06: https://gitlab.haskell.org/ghc/ghc/-/issues/22260
   ghc-check = dontHaddock super.ghc-check;
 
+  ghc-tags = self.ghc-tags_1_6;
+
   # Too strict upper bound on template-haskell
   # https://github.com/mokus0/th-extras/issues/18
   th-extras = doJailbreak super.th-extras;