1 import Test
.Cabal
.Prelude
3 main
= withShorterPathForNewBuildStore
$ \storeDir
-> cabalTest
$ do
4 -- The default install method is symlink that may not work on Windows.
6 let options
= ["--store-dir=" ++ storeDir
, "--installdir=" ++ storeDir
]
7 cabalG options
"v2-install" []