1 import Test
.Cabal
.Prelude
2 -- Test attempt to have executable depend on internal
3 -- library, but setup-version is too old.
4 main
= setupAndCabalTest
$ do
5 r
<- fails
$ setup
' "configure" []
6 -- Should tell you how to enable the desired behavior
7 let sb
= "library which is defined within the same package."
8 assertOutputContains sb r