1 import Test
.Cabal
.Prelude
3 withRepo
"repo" . withSourceCopy
$ do
4 cabal
"v1-freeze" ["--enable-benchmarks"]
5 cwd
<- fmap testCurrentDir getTestEnv
6 assertFileDoesContain
(cwd
</> "cabal.config") "criterion"
7 assertFileDoesContain
(cwd
</> "cabal.config") "ghc-prim"