GHC 2018-01-08

5 comments.

, https://git.io/vNtkM in Homebrew/brew
Slight nitpick here: the exit status is zero despite the error.

, https://git.io/vNLk7 in Homebrew/homebrew-core
```rb
depends_on BypassMaximumMacOSRequirementIfYouAreOkayWithTheRiskOfHorribleSystemDeath
```
  
```console
$ brew install htop --JUSTDOIT
```

, https://git.io/vNIj7 in jarun/nnn
`all` is also a phony target.

, https://git.io/vNIj5 in jarun/nnn
`$(RM)` already includes `-f`.

, https://git.io/vNIjd in jarun/nnn
macOS's `install(1)` does not support `-D`.[1] I hate it, but that's what we've got.

[1] [Full HTML man page](https://rawgit.com/zmwangx/37e2232ed4fa7a4c9199266a9f62b70c/raw/a5daeda133c685cdaa865d1a256f6d577df0e804/install.1.html) of `install(1)` on macOS 10.13.2 (latest).