From 8c4865a95027b539124a40dc1b7f2969360d81a3 Mon Sep 17 00:00:00 2001 From: maralorn Date: Fri, 30 Dec 2022 18:04:51 +0100 Subject: [PATCH] haskell-modules/configuration-ghc-*.nix: Remove trailing whitespaces --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 2 +- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 38782b0a62a1..c1f24e49e4d7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -179,7 +179,7 @@ self: super: { # https://github.com/mrkkrp/megaparsec/pull/485#issuecomment-1250051823 megaparsec = doJailbreak super.megaparsec; - retrie = dontCheck self.retrie_1_1_0_0; + retrie = dontCheck self.retrie_1_1_0_0; # Later versions only support GHC >= 9.2 ghc-exactprint = self.ghc-exactprint_0_6_4; 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 aac4e0f8801d..5748691dd400 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -181,7 +181,7 @@ self: super: { # Later versions only support GHC >= 9.2 ghc-exactprint = self.ghc-exactprint_0_6_4; - retrie = dontCheck self.retrie_1_1_0_0; + retrie = dontCheck self.retrie_1_1_0_0; apply-refact = self.apply-refact_0_9_3_0;