File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
cabal-install/Distribution/Client Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -615,13 +615,13 @@ getExternalSetupMethod verbosity options pkg bt = do
615
615
cabalLibVersionToUse :: IO (Version , Maybe ComponentId
616
616
,SetupScriptOptions )
617
617
cabalLibVersionToUse =
618
- case find (isCabalPkgId . snd ) (useDependencies options) of
619
- Just (unitId, pkgId) -> do
620
- let version = pkgVersion pkgId
621
- updateSetupScript version bt
622
- writeSetupVersionFile version
623
- return (version, Just unitId, options)
624
- Nothing ->
618
+ -- case find (isCabalPkgId . snd) (useDependencies options) of
619
+ -- Just (unitId, pkgId) -> do
620
+ -- let version = pkgVersion pkgId
621
+ -- updateSetupScript version bt
622
+ -- writeSetupVersionFile version
623
+ -- return (version, Just unitId, options)
624
+ -- Nothing ->
625
625
case useCabalSpecVersion options of
626
626
Just version -> do
627
627
updateSetupScript version bt
You can’t perform that action at this time.
0 commit comments