1 import Test
.Cabal
.Prelude
3 withRepo
"repo" . withSourceCopy
$ do
5 cwd
<- fmap testCurrentDir getTestEnv
6 assertFileDoesNotContain
(cwd
</> "cabal.config") "exceptions"
7 assertFileDoesNotContain
(cwd
</> "cabal.config") "my"
8 assertFileDoesContain
(cwd
</> "cabal.config") "base"