PT-2026-33609 · Hackage · Cabal
Publicado
2026-04-08
·
Atualizado
2026-04-08
Nenhuma
Não há classificações de severidade ou métricas disponíveis. Quando houver, atualizaremos as informações correspondentes na página.
Cabal deletes project source files during configure
The
checkDuplicateHeaders function in Distribution.Simple.Configure removes
header files from the source directory when a header with the same name exists in
both the build directory and the source directory.This behavior was introduced in commit
3a9830b to resolve header precedence
issues, as C compilers prefer relative includes over -I search paths. The
workaround uses removeFile on source directory files, which is destructive and
should not happen during a build process.While the current implementation does not follow symlinks explicitly, the
deletion of source files outside of the project during a build operation is
possible on Microsoft Windows.
Encontrou algum problema na descrição? Tem algo a acrescentar? Fique à vontade para nos escrever 👾
Identificadores relacionados
Produtos afetados
Cabal