about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-31 12:41:31 +0200
committersternenseemann <sternenseemann@systemli.org>2022-05-31 12:41:31 +0200
commit5944112af71a2bb444e7f66d44ecb9c7ccd99e83 (patch)
tree4e2dd47c9c02aa4bc952374dda86704a555dc15e /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent423a751465e74c9bfffb6649bd9d8adb800154e2 (diff)
downloadnixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar.gz
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar.bz2
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar.lz
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar.xz
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.tar.zst
nixlib-5944112af71a2bb444e7f66d44ecb9c7ccd99e83.zip
haskell.packages.ghc902.weeder: pin to < 2.4
weeder 2.4.0 /requires/ GHC 9.2.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index db38ebd8b708..127f3225c297 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -130,4 +130,7 @@ self: super: {
   inline-c-cpp =
     (if isDarwin then appendConfigureFlags ["--ghc-option=-fcompact-unwind"] else x: x)
     super.inline-c-cpp;
+
+  # 2022-05-31: weeder 2.3.0 requires GHC 9.2
+  weeder = doDistribute self.weeder_2_3_1;
 }