diff options
Diffstat (limited to 'testsuite/tests/cabal/pkg02/A.hs')
-rw-r--r-- | testsuite/tests/cabal/pkg02/A.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/cabal/pkg02/A.hs b/testsuite/tests/cabal/pkg02/A.hs new file mode 100644 index 0000000000..fa288c35e6 --- /dev/null +++ b/testsuite/tests/cabal/pkg02/A.hs @@ -0,0 +1,5 @@ +module A where +import Foreign -- a local module +import Foreign.C -- a package module + +y = Foreign.x |