We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa74c1b + 54280f5 commit 23a1150Copy full SHA for 23a1150
cabal-install/Distribution/Client/CmdRun.hs
@@ -143,7 +143,7 @@ runCommand = CommandUI
143
++ " Build with '-O2' and run the program, passing it extra arguments.\n\n"
144
145
++ cmdCommonHelpTextNewBuildBeta
146
- , commandDefaultFlags = defaultNixStyleFlags mempty
+ , commandDefaultFlags = defaultNixStyleFlags defaultClientRunFlags
147
, commandOptions = nixStyleOptions clientRunOptions
148
}
149
weeder.dhall
@@ -1 +1,9 @@
1
-{ roots = [ "^Main.main$" ], type-class-roots = True }
+{ roots =
2
+ [ "^Main\\.main$"
3
+ , "^Hackage\\.Security\\."
4
+ , "^Text\\.JSON\\.Canonical\\."
5
+ , "Paths_Cabal\\."
6
+ , "Paths_cabal_install\\."
7
+ ]
8
+, type-class-roots = True
9
+}
0 commit comments