1 import Test
.Cabal
.Prelude
2 main
= setupAndCabalTest
. withPackageDb
$ do
3 withDirectory
"to-install" $ setup_install
[]
5 r
<- runExe
' "lemon" []
7 ("executable should have linked with the internal library")
8 ("foo foo myLibFunc internal")
9 (concatOutput
(resultOutput r
))