nsis
nsis copied to clipboard
Haskell DSL for producing Windows Installer using NSIS
It's now out.
I don't really use this library that much anymore. I used to use it at `$WORK` and as part of MinGHC, but I changed `$JOB` and MinGHC got discontinued. A...
I currently disable the complete Haddock doc check because lots of things fail. I should fix the docs and enable it.
Currently some functions, e.g. `strReplace` expand to a lot of code. I should reuse that code in a function. Likely the syntax would be: ``` strReplace x y z =...
Thanks for the pull request! By raising this pull request you confirm you are licensing your contribution under all licenses that apply to this project (see LICENSE) and that you...
This is a weird design choice on the NSIS side of things, since this keyword always requires the `/REGEDIT5` switch. I dug a bit deeper and stumbled across ([this comment](https://github.com/NSIS-Dev/nsis/blob/691211035c2aaaebe8fbca48ee02d4de93594a52/Source/script.cpp#L4330)),...
Thanks for the pull request! By raising this pull request you confirm you are licensing your contribution under all licenses that apply to this project (see LICENSE) and that you...