Skip to content

Commit

Permalink
force-version has to win over patches
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Apr 1, 2022
1 parent d7f7854 commit 1851bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Foliage/CmdBuild.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ cmdBuild
putWarn $ "⚠️ Deleting cabal project files from " ++ srcDir
liftIO $ for_ projectFiles $ IO.removeFile . (srcDir </>)

applyPatches inputDir srcDir pkgId

when packageForceVersion $
forcePackageVersion srcDir pkgId

applyPatches inputDir srcDir pkgId

return srcDir

getPackages <- addOracle $ \GetPackages -> do
Expand Down

0 comments on commit 1851bf4

Please # to comment.