haskell / haskell/cabal

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

未关闭
#601 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
cabal-install: other old-milestone: ⊥ type: bug
主要语言
Haskell
星标
1.7k
派生
750
平均合并
4 天 3 小时
30 天内合并 PR
28

描述

(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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。