Commit Graph

5 Commits

Author SHA1 Message Date
mrkkrp
5801ba5b9c Update the ‘CHANGELOG.md’ file to mention recent fixes 2017-02-21 20:54:52 +03:00
mrkkrp
494134e702 Mention the ability to copy files and dirs in changelog
[skip ci]
2017-02-20 20:56:55 +03:00
Mark Karpov
e8b1d7a8d9 Use ‘hap.yaml’ to store configuration (#57) 2017-02-20 18:33:12 +04:00
Mark Karpov
72a1b75e70 Refactor/rewrite all the code (#52)
* Refactor/rewrite all the code

The change prepares solid ground for further improvements. This also fixes
at least two bugs:

* Proper support for empty lines and comments in build scripts.

* Previously switching to new releases was not atomic despite messing with
  symlinks. This is because it deleted the current link before creating the
  new one, but it should have created a new link and then use ‘mv’ to
  replace the old one atomically. The code has been changed to work properly
  now.

* Refresh the test suite as well

* Fix the build for older GHCs

* Use subshell for ‘cd’ commands
2017-02-06 19:04:00 +04:00
mrkkrp
7c65c4c2bc Infer, refresh the change log 2017-01-29 17:54:22 +03:00