Skip to content

Instantly share code, notes, and snippets.

@expipiplus1
Created October 19, 2017 08:29
Show Gist options
  • Save expipiplus1/6720ebc3db90f36031d651ca2e6507c4 to your computer and use it in GitHub Desktop.
Save expipiplus1/6720ebc3db90f36031d651ca2e6507c4 to your computer and use it in GitHub Desktop.
diff --git a/compiler/main/Packages.hs b/compiler/main/Packages.hs
index 949cc0f231..408794e078 100644
--- a/compiler/main/Packages.hs
+++ b/compiler/main/Packages.hs
@@ -1339,7 +1339,7 @@ validateDatabase dflags pkg_map1 =
unusable = directly_ignored `Map.union` unusable_ignored
`Map.union` unusable_broken
`Map.union` unusable_cyclic
- `Map.union` unusable_shadowed
+ -- `Map.union` unusable_shadowed
-- -----------------------------------------------------------------------------
-- When all the command-line options are in, we can process our package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment