Package Release Info

shake-0.19.6-bp154.1.15

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-shake
ghc-shake-devel
shake

Change Logs

* Wed Sep 08 2021 psimons@suse.com
- Update shake to version 0.19.6.
  0.19.6, released 2021-09-07
    [#810], don't hash files in &%> if you don't have to
* Sat Jul 10 2021 psimons@suse.com
- Update shake to version 0.19.5.
  0.19.5, released 2021-07-04
    [#807], fix space leak in Database module
    [#796], fix a bug with newCache dependencies
    [#798], optimise dependency checking
* Thu Jan 14 2021 psimons@suse.com
- Update shake to version 0.19.4.
  0.19.4, released 2021-01-14
    [#790], add option shakeAllowRedefineRules
  * #790, remove overrideBuiltinRule
  0.19.3, released 2021-01-14
    [#789], add overrideBuiltinRule
    [#787], more documentation on doesFileExist
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Sun Nov 15 2020 psimons@suse.com
- Update shake to version 0.19.2.
  0.19.2, released 2020-11-15
    [#780], Autodeps should consider a rename as a write to the destination
    [#778], AutoDeps shouldn't trigger for files read and written
    [#779], merge dependencies in O(n and a bit)
    [#779], merge local traces in O(n)
    [#768], the embed-files flag work on the executable too
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 23 2020 psimons@suse.com
- Add shake at version 0.19.1.
Version: 0.15.11-bp150.1.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jan 26 2017 psimons@suse.com
- Update to version 0.15.11 with cabal2obs.
* Fri Dec 16 2016 psimons@suse.com
- Update to version 0.15.10 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.15.10 revision 0 with cabal2obs.
* Wed Jun 15 2016 mimi.vx@gmail.com
- update to 0.15.10
  * fix phony names which clash with directories
* Mon Jun 13 2016 mimi.vx@gmail.com
- update to 0.15.9
  * Documentation tweaks
  * Optimise the thread pool
  * Fix progress output through wget
* Thu Jun 02 2016 mimi.vx@gmail.com
- update to 0.15.8
  * Extra base bounds to rule out building on GHC 7.4
  * Require extra-1.4.8
  * better error message when calling need on a directory
  * use displayException for inner exceptions
  * Improve the documentation for priority/alternative
  * optimise copyFileChanged
  * change writeFile functions to MonadIO
* Wed Apr 20 2016 mimi.vx@gmail.com
- update to 0.15.6
  * Require the primitive package
  * make it an error to need a directory
  * add orderOnlyAction, a general version of orderOnly
  * explain that alwaysRerun has no immediate effect
  * add --digest-not flag to select ChangeModtime
  * export ShakeValue from the main module only
  * improve the grammar in the profiling document
  * explain what in getDirectoryFiles is tracked
  * add getDirectoryFilesIO, an untracked version
  * document getDirectoryFiles exception behaviour
  * fix getDirectoryFiles error on pattern directory missing
  * detect indirect recursion in build rules
  * give better errors on recursive rules
  * clarify the docs for putQuiet/putLoud
  * make sure phony targets with \ work on Windows
  * only require old-time with GHC 7.4
  * make Rules an instance of MonadIO
  * add shakeExtra field to ShakeOptions for user data
  * make --debug=file write out newlines
  * make sure Shell and AutoDeps work together
  * fix unicode output with putNormal
  * add parallel execution via parallel/forP/par
  * preserve quoting around cmd
  * optimise the random pool, up to 20% faster
  * add deriving Read instances for more types
  * Add Development.Shake.Forward for forward-defined systems
  * export :->
  * fix the docs for &%>
  * make <enter> run the query profile viewer
  * make profiling work with newer Chrome
  * Add AutoDeps feature
  * add FileStdin to specify the stdin comes from a file
  * Make an empty Stdin different from no Stdin (inherit) in cmd
  * add ** as a relative-only alternative to // in patterns
  * change the semantics of removeFiles, no implicit deletes
  * speed up getDirectoryFiles on patterns involving literals
  * Work with stack test
  * Add RemEnv cmd option
  * Fix a small space leak on Linux
  * Fix a space leak in profile summary information
  * Properly handle *//* in file pattern (at least one directory)
  * allow ninja rule names to have dots in them
  * Properly handle /// in file pattern (a wildcard then /)
  * Make sure Windows separators work in |%> FilePattern rules
  * fix multifile rules when using --digest-and-input
  * document the relationship between getEnv and lookupEnv
  * improve the documentation for phony/alwaysRerun
  * fix the documentation for normaliseEx
  * add getProgress
  * support MonadFix for Rules, allows recursive cache
  * discount time spent waiting for a cache
  * give better error messages if you hit GHC bug #10793
  * add a lock file to stop corrupting databases
* Mon Sep 21 2015 mimi.vx@gmail.com
- initial commit