Skip to content

Commit 4004c13

Browse files
committed
With v2 commands being the default, use dist-newstyle.
1 parent 0f51816 commit 4004c13

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
@@ -55,7 +55,7 @@ import Distribution.Verbosity
5555

5656
-- FIXME Not sure where this should live
5757
defaultDistPref :: FilePath
58-
defaultDistPref = "dist"
58+
defaultDistPref = "dist-newstyle"
5959

6060
-- | Help text for @test@ and @bench@ commands.
6161
testOrBenchmarkHelpText

0 commit comments

Comments
 (0)