| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-28 | Fix build with directory-1.2.6.2. | Joey Hess | |
| It's now exporting a conflicting isSymbolicLink https://github.com/haskell/directory/issues/52 Only a few places in propellor use isSymbolicLink, but to prevent future problems, made as much of it as possible import Utility.Directory, which re-exports System.Directory without the conflicting symbol. (Utility.Tmp and System.Console.Concurrent.Internal cannot import Utility.Directory due to cycles, and don't use isSymbolicLink anyway.) | |||
| 2016-04-05 | slightly more robust cabal file reading | Joey Hess | |
| 2016-04-05 | Merge remote-tracking branch 'spwhitton/fix-init-build' into joeyconfig | Joey Hess | |
| 2016-04-03 | propellor --init inits a cabal sandbox when needed | Sean Whitton | |
| 2016-04-03 | typo | Sean Whitton | |
| 2016-04-02 | qualify exports | Joey Hess | |
| 2016-04-02 | move clouds | Joey Hess | |
| 2016-04-02 | force flush on prompt | Joey Hess | |
| 2016-04-02 | use concurrent-output consistently | Joey Hess | |
| 2016-04-02 | got rid of build flag to detect stack | Joey Hess | |
| 2016-04-02 | typo | Joey Hess | |
| 2016-04-02 | Stack support. | Joey Hess | |
| * Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack. | |||
| 2016-04-02 | cosmetics | Joey Hess | |
| 2016-04-01 | verify use of gpg key | Joey Hess | |
| having a prompt here makes it clearer to the user why gpg is prompting for a passphrase. | |||
| 2016-04-01 | separate propellor --init | Joey Hess | |
