| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-02 | ghc: update 7.10.1 bottle. | BrewTestBot | |
| 2015-04-02 | ghc: fix static gmp inclusion. | Mike McQuaid | |
| Use a resource. Closes #38236. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-31 | ghc: depend on gmp again temporarily. | Mike McQuaid | |
| 2015-03-31 | ghc: update 7.10.1 bottle. | BrewTestBot | |
| 2015-03-31 | ghc: restore and update binary version comment | Alexander Altman | |
| Closes #38131. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-31 | ghc: use https for homepage URL | Alexander Altman | |
| 2015-03-31 | ghc: doesn't build with llvm. | Mike McQuaid | |
| 2015-03-31 | ghc: make gmp a build-time dependency. | Mike McQuaid | |
| Link against the static libraries instead. | |||
| 2015-03-31 | ghc 7.10.1 | Alexander Altman | |
| Also finally rectifies the lack of a 7.8.4 binary download. | |||
| 2015-02-01 | ghc 7.10.1-rc2 (devel) | Alexander Altman | |
| Also: fix tests option name. Closes #36422. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-06 | ghc: update 7.8.4 bottle. | BrewTestBot | |
| 2015-01-06 | GHC 7.8.4 | Alexander Altman | |
| Closes #35610. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-10-29 | ghc: update 7.8.3 bottle. | BrewTestBot | |
| Closes #33690. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | ghc: search $HOMEBREW_PREFIX/lib | Ryan Hendrickson | |
| Adds compiler options to GHC's settings file to add $HOMEBREW_PREFIX/lib to the library search path when linking Haskell programs. | |||
| 2014-10-06 | ghc: add Yosemite bottle. | Mike McQuaid | |
| 2014-09-08 | Remove haskell-platform | Jack Nagel | |
| The latest version haskell-platform features an entirely different build system that does not play well with Homebrew, so it is being removed in favor of the ghc and cabal-install formulae. The binary installer can also be used instead: https://www.haskell.org/platform/mac.html Closes #31609. | |||
| 2014-09-08 | ghc: update 7.8.3 bottle. | BrewTestBot | |
| Closes #31664. | |||
| 2014-09-08 | ghc: bump bundled Cabal version to 1.18.1.4 | Josh Tilles | |
| Otherwise, attempting to `brew install cabal-install` will still fail, despite forcing cabal-install's bootstrap script to use Cabal 1.20.0.2 instead of Cabal 1.20.0.0. | |||
| 2014-09-08 | ghc 7.8.3 | Jack Nagel | |
| 2014-07-24 | ghc: update 7.6.3_3 bottle. | Mike McQuaid | |
| Closes #31058. Closes #31056. | |||
| 2014-07-24 | ghc: bump revision for new GCC. | Mike McQuaid | |
| Closes #31056. | |||
| 2014-05-11 | ghc 7.8.2 with --devel | Gaëtan Lehmann | |
| ghc 7.8 uses clang internally. clang is used to build the ghc 7.8 on mavericks 64 bit, and gcc is used on older OS and 32 bit builds. Also advise to use cabal-install in the caveat. Closes #29084. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-06 | ghc: update 7.6.3 bottle. | BrewTestBot | |
| 2014-05-06 | ghc: bump revision to add full compiler path. | Mike McQuaid | |
| 2014-05-01 | ghc: update 7.6.3 bottle. | BrewTestBot | |
| Closes #28849. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-05-01 | ghc: bump revision for new core GCC formula. | Mike McQuaid | |
| Closes #28654. | |||
| 2014-04-23 | ghc: update bottle to use new GCC formula. | Mike McQuaid | |
| 2014-04-23 | Use gcc instead of apple-gcc42 when needed. | Mike McQuaid | |
| 2014-04-12 | ghc: fix running of optional testsuite | Josh Tilles | |
| `brew install ghc --tests` emits a bunch of warnings and subsequently fails because staging the "testsuite" resource makes its files available in a `testsuite` subdirectory—*not* in the current directory, which is where the formula *expects* them to be. Closes #28330. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-21 | ghc: use patch DSL | Jack Nagel | |
| 2014-03-16 | ghc --devel 7.8.0-rc2 | David Holm | |
| Closes #27234. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-08 | ghc: put stable into a block | Adam Vandenberg | |
| 2014-03-08 | ghc: style cleanup | Adam Vandenberg | |
| 2014-03-08 | ghc: depend on gmp | Adam Vandenberg | |
| 2014-03-08 | ghc: move patches out of if block | Adam Vandenberg | |
| 2014-03-08 | ghc: replace unless with if | Adam Vandenberg | |
| 2014-03-06 | Revert "ghc --devel 7.8.0-rc2" | Adam Vandenberg | |
| This reverts commit aede6c7a47df9405afb29e823237ed14cb8a0759. env cannot be used in a block | |||
| 2014-03-06 | ghc --devel 7.8.0-rc2 | David Holm | |
| Closes #27234. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-06 | ghc: add a test | Ted Pennings | |
| Closes #27248. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-09 | ghc 7.8.20140130 (devel) | Geoff Nixon | |
| Closes #26459. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-10-28 | ghc: add mavericks bottle. | Mike McQuaid | |
| 2013-09-27 | ghc: update bottles. | Mike McQuaid | |
| 2013-09-27 | ghc: depend on apple-gcc42 on >=10.8. | Mike McQuaid | |
| 2013-09-26 | ghc: remove 10.8 bottle | Misty De Meo | |
| See #22847 - the bottle is broken on Xcode 5. | |||
| 2013-09-22 | ghc: use resource | Jack Nagel | |
| 2013-09-21 | Partially revert "ghc: use resources" | Jack Nagel | |
| Can't use build inside of resource blocks. This reverts commit 39fd447beeeda4faaa46559e5aadc7c38c99da75. | |||
| 2013-09-21 | ghc: use resources | Jack Nagel | |
| 2013-09-18 | ghc: fix building with Xcode 5 | Darin Morrison | |
| Closes #22674. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2013-08-24 | ghc: fix parallel make | Darin Morrison | |
| Closes #22110. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
