Skip to content
Snippets Groups Projects
Commit 7012ed85 authored by Thomas Miedema's avatar Thomas Miedema Committed by Austin Seipp
Browse files

Check if file is present instead of directory


Fixes #8886.

Problem: any `sync-all` command that is run before the first succesfull
`sync-all get` would trigger a false warning about an old `time` package
being present.

Cause: after cloning the ghc repository, the (empty) `libraries/time`
directory is already present.

Solution: check if the directory actually contains any of the `time`
files. I picked the `LICENSE` file, since `boot` does so as well.

Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 806d823e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment