Skip to content

Commit 6cfc38f

Browse files
committed
With v2 commands being the default, use dist-newstyle.
1 parent 705eaab commit 6cfc38f

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
@@ -164,7 +164,7 @@ withCommonSetupOptions getCommon setCommon showOrParseArgs opts =
164164

165165
-- FIXME Not sure where this should live
166166
defaultDistPref :: SymbolicPath Pkg (Dir Dist)
167-
defaultDistPref = makeSymbolicPath "dist"
167+
defaultDistPref = makeSymbolicPath "dist-newstyle"
168168

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

0 commit comments

Comments
 (0)