summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/compiler/MultiLayerModulesDefsGhci.script
blob: e3df435f5d55552be3ef7690af84d463c6617b87 (plain)
1
2
3
4
5
:l shell.hs
:def shell (\s -> do shell s; return "")
:l MultiLayerModules.hs
:shell find . -name 'Dummy*.hs' -exec sh -c 'echo "" >> {}' \;
:l MultiLayerModules.hs