From 0e8b6a3194c8877d68a9da18444c6551f1d2fcd4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 5 Jan 2017 13:51:37 +0200 Subject: [PATCH] Include list of conflicting module names --- posts/conflicting-module-names.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/posts/conflicting-module-names.md b/posts/conflicting-module-names.md index cd990eb..dd0071d 100644 --- a/posts/conflicting-module-names.md +++ b/posts/conflicting-module-names.md @@ -18,6 +18,11 @@ made-up example above, I would explicitly state that I depend on `Data.Conduit`, Stack+Cabal+GHC can all work together to ensure that the correct module is used. +__EDIT__ Since I've already written some of the code for stackage-curator to +detect this, I generated a [list of all conflicting module +names](https://gist.github.com/snoyberg/c5044f390d22200fcee37c894a853719) to +give an idea of what we're looking at. + ## The problem (If you're already convinced that conflicting module names are a