Skip to content

Commit

Permalink
haskell-packages.nix: strip trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Nov 7, 2014
1 parent ee0ca35 commit 00c684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};

Expand Down

0 comments on commit 00c684f

Please sign in to comment.