Created
October 19, 2017 08:29
-
-
Save expipiplus1/6720ebc3db90f36031d651ca2e6507c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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