shake 0.3.3 → 0.3.4
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- Development/Shake.hs +3/−1
- shake.cabal +1/−1
Development/Shake.hs view
@@ -57,7 +57,9 @@ -- that you suspect will change regularly (perhaps @ghc@ version number), either write the information to -- a file with 'alwaysRerun' and 'writeFileChanged', or use 'addOracle'. ----- The theory behind an old version of Shake is described in a video at <http://vimeo.com/15465133>.+-- The theory behind Shake is described in an ICFP 2012 paper, Shake Before Building -- Replacing Make with Haskell+-- <http://community.haskell.org/~ndm/downloads/paper-shake_before_building-10_sep_2012.pdf>. The associated talk+-- forms a short overview of Shake <http://www.youtube.com/watch?v=xYCPpXVlqFM>. -- -- /Acknowledgements/: Thanks to Austin Seipp for properly integrating the profiling code. module Development.Shake(
shake.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.8 build-type: Simple name: shake-version: 0.3.3+version: 0.3.4 license: BSD3 license-file: LICENSE category: Development