Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
8a86a537
Commit
8a86a537
authored
Nov 09, 2011
by
dterei
Browse files
Formatting fixes
parent
a2ac3dda
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/iface/MkIface.lhs
View file @
8a86a537
...
...
@@ -277,7 +277,7 @@ mkIface_ hsc_env maybe_old_fingerprint
-- Sort these lexicographically, so that
-- the result is stable across compilations
mi_insts = sortLe le_inst iface_insts,
mi_fam_insts= sortLe le_fam_inst iface_fam_insts,
mi_fam_insts
= sortLe le_fam_inst iface_fam_insts,
mi_rules = sortLe le_rule iface_rules,
mi_vect_info = iface_vect_info,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment