File tree 1 file changed +1
-2
lines changed
cabal-install/src/Distribution/Client 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ listbinAction flags@NixStyleFlags{..} args globalFlags = do
129
129
case binfiles of
130
130
[] -> die' verbosity " No target found"
131
131
[exe] -> putStrLn exe
132
- execs -> die' verbosity $ " Multiple targets found: " <> show execs
132
+ _ -> die' verbosity " Multiple targets found"
133
133
where
134
134
defaultVerbosity = verboseStderr silent
135
135
verbosity = fromFlagOrDefault defaultVerbosity (configVerbosity configFlags)
@@ -153,7 +153,6 @@ listbinAction flags@NixStyleFlags{..} args globalFlags = do
153
153
:: DistDirLayout
154
154
-> ElaboratedSharedConfig
155
155
-> UnqualComponentName
156
- -- TODO we should also include the component kind in addition to the name
157
156
-> ElaboratedConfiguredPackage
158
157
-> [FilePath ]
159
158
elaboratedPackage distDirLayout elaboratedSharedConfig selectedComponent elab = case elabPkgOrComp elab of
You can’t perform that action at this time.
0 commit comments