haskell / haskell/cabal

Files that are only used by cabal setup are not recompiled when they change between runs of 'cabal build'

Abierto
#601 3 comentarios 0 reacciones 0 asignados Ver en GitHub
cabal-install: other old-milestone: ⊥ type: bug
Lenguaje dominante
Haskell
Estrellas
1.7k
Forks
750
Merge medio
4 d 3 h
PR fusionados (30 d)
28

Descripción

(Imported from [Trac #608](http://hackage.haskell.org/trac/hackage/ticket/608), reported by guest on 2009-11-15)

Files that are only used by cabal setup are not recompiled when they change between runs of 'cabal build'.

Reproduction steps for the included cabal package:

  • Run 'cabal configure && cabal build && cabal test'
  • The test output should be "I helped with lots of stuff!"
  • Change the string in Distribution/Helper.hs to "I didn't help with "
  • Rerun 'cabal configure && cabal build && cabal test' -- the output should change to "I didn't help with lots of stuff!", but nothing recompiles and the output doesn't change.
Although the attached cabal package is minimal, I've observed this behavior with darcs's Distribution/ShellHarness.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.