Skip to content

Commit 3c6c24d

Browse files
committed
With v2 commands being the default, use dist-newstyle.
1 parent c1659a3 commit 3c6c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Setup/Common.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import Distribution.Verbosity
6262

6363
-- FIXME Not sure where this should live
6464
defaultDistPref :: FilePath
65-
defaultDistPref = "dist"
65+
defaultDistPref = "dist-newstyle"
6666

6767
-- | The name of the directory where optional compilation artifacts
6868
-- go, such as ghc plugins and .hie files.

0 commit comments

Comments
 (0)