1 import Test
.Cabal
.Prelude
2 -- Basic test for internal libraries (in p); package q is to make
3 -- sure that the internal library correctly is used, not the
5 main
= setupAndCabalTest
$ do
7 withDirectory
"q" $ setup_install
[]
11 r
<- runInstalledExe
' "foo" []
12 assertOutputContains
"I AM THE ONE" r