mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-22 11:12:50 +03:00
fix(website): use the correct path for cabal file revisions
This commit is contained in:
parent
2d7d9ed360
commit
bf7a5d72fa
@ -113,7 +113,7 @@ buildAction
|
||||
|
||||
-- all revised cabal files, with their timestamp
|
||||
revcf <- for (zip [1 :: Int ..] cabalFileRevisions) $ \(revNum, (timestamp, path)) -> do
|
||||
copyFileChanged cabalFilePath (outputDir </> "package" </> prettyShow pkgId </> "revision" </> show revNum <.> "cabal")
|
||||
copyFileChanged path (outputDir </> "package" </> prettyShow pkgId </> "revision" </> show revNum <.> "cabal")
|
||||
prepareIndexPkgCabal pkgId timestamp path
|
||||
|
||||
-- current version of the cabal file (after the revisions, if any)
|
||||
|
Loading…
Reference in New Issue
Block a user