summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-07-03 20:47:17 +0200
committerPeter Simons <simons@cryp.to>2020-07-03 20:55:32 +0200
commite3eda7d22dce0292c2367c2f67d7b6a1827d060c (patch)
tree31efa16f52b6f0ce77eddbc88c27d7769711277c /pkgs/development/haskell-modules/configuration-common.nix
parent175934c4f341962e7cbc2c71942b4f97bd22b145 (diff)
downloadnixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar.gz
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar.bz2
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar.lz
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar.xz
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.tar.zst
nixpkgs-e3eda7d22dce0292c2367c2f67d7b6a1827d060c.zip
Strip trailing white-space.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8b676ab9f03..cefc8c0d534 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1332,7 +1332,7 @@ self: super: {
   # 2020-06-24: Tests are broken in hackage distribution.
   # See: https://github.com/robstewart57/rdf4h/issues/39
   rdf4h = dontCheck super.rdf4h;
-  
+
   # hasn't bumped upper bounds
   # test fails: "floskell-test: styles/base.md: openBinaryFile: does not exist (No such file or directory)"
   # https://github.com/ennocramer/floskell/issues/48
@@ -1345,7 +1345,7 @@ self: super: {
 
   # haskell-language-server uses its own fork of ghcide
   # Test disabled: it seems to freeze (is it just that it takes a long time ?)
-  hls-ghcide = 
+  hls-ghcide =
     dontCheck (
       overrideCabal super.hls-ghcide
         (old: {