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.
1 parent 2d7d9ed commit bf7a5d7Copy full SHA for bf7a5d7
app/Foliage/CmdBuild.hs
@@ -113,7 +113,7 @@ buildAction
113
114
-- all revised cabal files, with their timestamp
115
revcf <- for (zip [1 :: Int ..] cabalFileRevisions) $ \(revNum, (timestamp, path)) -> do
116
- copyFileChanged cabalFilePath (outputDir </> "package" </> prettyShow pkgId </> "revision" </> show revNum <.> "cabal")
+ copyFileChanged path (outputDir </> "package" </> prettyShow pkgId </> "revision" </> show revNum <.> "cabal")
117
prepareIndexPkgCabal pkgId timestamp path
118
119
-- current version of the cabal file (after the revisions, if any)
0 commit comments