haskell-packages.nix: strip trailing whitespace

This commit is contained in:
Peter Simons 2014-11-07 12:47:48 +01:00
parent ee0ca353f2
commit 00c684f237

View File

@ -2751,7 +2751,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
unboundedDelays = callPackage ../development/libraries/haskell/unbounded-delays {};
unificationFd = callPackage ../development/libraries/haskell/unification-fd {};
unificationFd = callPackage ../development/libraries/haskell/unification-fd {};
unionFind = callPackage ../development/libraries/haskell/union-find {};