repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create changelogs for 3.14.1.0 (#10591)
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Freeze
/
enable-benchmarks.test.hs
blob
995b91025559ea451ac731792fd71f6c58baa4ff
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
do
3
withRepo
"repo"
$
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"