diff options
Diffstat (limited to 'testsuite/tests/cabal/pkg01.hs')
-rw-r--r-- | testsuite/tests/cabal/pkg01.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/pkg01.hs b/testsuite/tests/cabal/pkg01.hs new file mode 100644 index 0000000000..b06b8e0276 --- /dev/null +++ b/testsuite/tests/cabal/pkg01.hs @@ -0,0 +1,3 @@ +module Data.Map where +-- conflicts with module from containers package +import Data.Set |