Skip to content
Snippets Groups Projects
cabal.test.hs 152 B
Newer Older
import Test.Cabal.Prelude

main = cabalTest $ withProjectFile "cabal.project" $ do
    void $ cabal' "build" ["--dry-run"]
    void $ cabal' "clean" []