about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-04-05 15:24:34 +0800
committerEllie Hermaszewska <git@monoid.al>2023-04-05 15:24:34 +0800
commit3173a1163602f85df6220cdd8d8ea8588c6670ba (patch)
tree8d0c5be55d4aaa1ed9a3df7d13cf4886f7f2775e /pkgs/development/haskell-modules
parentd7c630ca17a9657a7c9d994a3ab65b279d6061e5 (diff)
haskellPackages: formatting
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9f38c0f8cf04b..8ceae6a45189c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -138,7 +138,7 @@ self: super: {
     hash = "sha256-sBuqSmgCQSgbXV6KPEZcIP09wbx81q5xjSg7/slH2HQ=";
   }) super.hls-test-utils;
 
-  hls-rename-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal 
+  hls-rename-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
     (drv: {
       prePatch = drv.prePatch or "" + ''
         "${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
@@ -151,7 +151,7 @@ self: super: {
       hash = "sha256-WPhCQmn3rjCOiQFJz23QQ84zfm43FNll0BfsNK5pkG0=";
     }) super.hls-rename-plugin) else super.hls-rename-plugin;
 
-  hls-floskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal 
+  hls-floskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
     (drv: {
       prePatch = drv.prePatch or "" + ''
         "${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal
@@ -164,7 +164,7 @@ self: super: {
       hash = "sha256-n2vuzGbdvhW6I8c7Q22SuNIKSX2LwGNBTVyLLHJIsiU=";
     }) super.hls-floskell-plugin) else super.hls-floskell-plugin;
 
-  hls-stylish-haskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal 
+  hls-stylish-haskell-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal
     (drv: {
       prePatch = drv.prePatch or "" + ''
         "${pkgs.buildPackages.dos2unix}/bin/dos2unix" *.cabal