aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghc.rb
AgeCommit message (Collapse)Author
2015-04-02ghc: update 7.10.1 bottle.BrewTestBot
2015-04-02ghc: fix static gmp inclusion.Mike McQuaid
Use a resource. Closes #38236. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-31ghc: depend on gmp again temporarily.Mike McQuaid
2015-03-31ghc: update 7.10.1 bottle.BrewTestBot
2015-03-31ghc: restore and update binary version commentAlexander Altman
Closes #38131. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-31ghc: use https for homepage URLAlexander Altman
2015-03-31ghc: doesn't build with llvm.Mike McQuaid
2015-03-31ghc: make gmp a build-time dependency.Mike McQuaid
Link against the static libraries instead.
2015-03-31ghc 7.10.1Alexander Altman
Also finally rectifies the lack of a 7.8.4 binary download.
2015-02-01ghc 7.10.1-rc2 (devel)Alexander Altman
Also: fix tests option name. Closes #36422. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-06ghc: update 7.8.4 bottle.BrewTestBot
2015-01-06GHC 7.8.4Alexander Altman
Closes #35610. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-29ghc: update 7.8.3 bottle.BrewTestBot
Closes #33690. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-29ghc: search $HOMEBREW_PREFIX/libRyan 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-06ghc: add Yosemite bottle.Mike McQuaid
2014-09-08Remove haskell-platformJack 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-08ghc: update 7.8.3 bottle.BrewTestBot
Closes #31664.
2014-09-08ghc: bump bundled Cabal version to 1.18.1.4Josh 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-08ghc 7.8.3Jack Nagel
2014-07-24ghc: update 7.6.3_3 bottle.Mike McQuaid
Closes #31058. Closes #31056.
2014-07-24ghc: bump revision for new GCC.Mike McQuaid
Closes #31056.
2014-05-11ghc 7.8.2 with --develGaë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-06ghc: update 7.6.3 bottle.BrewTestBot
2014-05-06ghc: bump revision to add full compiler path.Mike McQuaid
2014-05-01ghc: update 7.6.3 bottle.BrewTestBot
Closes #28849. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-01ghc: bump revision for new core GCC formula.Mike McQuaid
Closes #28654.
2014-04-23ghc: update bottle to use new GCC formula.Mike McQuaid
2014-04-23Use gcc instead of apple-gcc42 when needed.Mike McQuaid
2014-04-12ghc: fix running of optional testsuiteJosh 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-21ghc: use patch DSLJack Nagel
2014-03-16ghc --devel 7.8.0-rc2David Holm
Closes #27234. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-08ghc: put stable into a blockAdam Vandenberg
2014-03-08ghc: style cleanupAdam Vandenberg
2014-03-08ghc: depend on gmpAdam Vandenberg
2014-03-08ghc: move patches out of if blockAdam Vandenberg
2014-03-08ghc: replace unless with ifAdam Vandenberg
2014-03-06Revert "ghc --devel 7.8.0-rc2"Adam Vandenberg
This reverts commit aede6c7a47df9405afb29e823237ed14cb8a0759. env cannot be used in a block
2014-03-06ghc --devel 7.8.0-rc2David Holm
Closes #27234. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-06ghc: add a testTed Pennings
Closes #27248. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-09ghc 7.8.20140130 (devel)Geoff Nixon
Closes #26459. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-10-28ghc: add mavericks bottle.Mike McQuaid
2013-09-27ghc: update bottles.Mike McQuaid
2013-09-27ghc: depend on apple-gcc42 on >=10.8.Mike McQuaid
2013-09-26ghc: remove 10.8 bottleMisty De Meo
See #22847 - the bottle is broken on Xcode 5.
2013-09-22ghc: use resourceJack Nagel
2013-09-21Partially revert "ghc: use resources"Jack Nagel
Can't use build inside of resource blocks. This reverts commit 39fd447beeeda4faaa46559e5aadc7c38c99da75.
2013-09-21ghc: use resourcesJack Nagel
2013-09-18ghc: fix building with Xcode 5Darin Morrison
Closes #22674. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-24ghc: fix parallel makeDarin Morrison
Closes #22110. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>