about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-02-07 10:17:17 +0100
committerNaïm Favier <n@monade.li>2024-02-07 10:17:17 +0100
commit68ee161b90277af87552cb93adc536f1c46fb039 (patch)
treeeb44e9aa7ddfe1f95a106a32ce784c3f01b6d707 /pkgs/development/haskell-modules
parent28d39db40016843f9dc59fee18975173ff36a528 (diff)
downloadnixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar.gz
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar.bz2
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar.lz
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar.xz
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.tar.zst
nixlib-68ee161b90277af87552cb93adc536f1c46fb039.zip
haskell.packages.ghc94.ghc-exactprint: pin to 1.6.1.3
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 82cbf5ff23aa..653187007b31 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -92,6 +92,9 @@ in {
 
   ghc-tags = self.ghc-tags_1_6;
 
+  # A given major version of ghc-exactprint only supports one version of GHC.
+  ghc-exactprint = super.ghc-exactprint_1_6_1_3;
+
   # Too strict upper bound on template-haskell
   # https://github.com/mokus0/th-extras/issues/18
   th-extras = doJailbreak super.th-extras;