Update examples
This commit is contained in:
8
testsuite/hier/hier2/A/B/C/Module.hs
Normal file
8
testsuite/hier/hier2/A/B/C/Module.hs
Normal file
@ -0,0 +1,8 @@
|
||||
--
|
||||
-- A simple module
|
||||
--
|
||||
|
||||
module A.B.C.Module where
|
||||
|
||||
symbol = "You found me"
|
||||
|
7
testsuite/hier/hier2/A/Makefile
Normal file
7
testsuite/hier/hier2/A/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
all:
|
||||
ghc -c B/C/Module.hs
|
||||
|
||||
|
||||
clean:
|
||||
rm -f B/C/*.hi B/C/*.o
|
Reference in New Issue
Block a user