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 件 担当者 0 名 GitHub で見る
cabal-install: other old-milestone: ⊥ type: bug
主要言語
Haskell
スター
1.7k
フォーク
750
平均マージ
4日 3時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。