aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghc.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-06-30ghc - remove custom .pkg supportAdam Vandenberg
2010-06-14Update to ghc-6.12.3.Sudish Joseph
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01Fix perl path for ghc-asmAdam Vandenberg
Fixes #1433.
2010-05-01Updated ghc to 6.12.2.Sudish Joseph
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-10Fix GHC formulaMiëtek Bak
2010-02-24GHC 6.12.1Miëtek Bak
GHC is a state-of-the-art open source compiler and interactive environment for the functional language Haskell. This formula uses the official GHC binary package for Mac OS X. Signed Off By: Max Howell <max@methylblue.com> I adapted the system calls to use full paths to tools. FileUtils is included into Formula, so I neatened that stuff up too.