GHC 2017-08-01

2 comments.

, https://git.io/v7Eqb in Homebrew/homebrew-core
Wait a second. `5.3.1-test-2` is a release candidate for `5.4`. `5.3.1` is the current stable. Isn't this expected

```rb
[5] brew(main)> Version.new("5.3.1-test-2") > Version.new("5.3.1") && Version.new("5.3.1-test-2") < Version.new("5.4")
=> true
```

, https://git.io/v70rF in Homebrew/homebrew-core
Well, yeah, but that's what the upstream uses.