diff options
| author | Matthew Fluet | 2016-01-31 21:23:05 -0500 | 
|---|---|---|
| committer | Xu Cheng | 2016-03-07 19:43:46 +0800 | 
| commit | 2b32cfe7b0b0171da97a96d6e1f9ed3ec92e7f6c (patch) | |
| tree | b5bbcdb55d2f42c681f63a03cc770686617f7909 /Library/Homebrew/tap_migrations.rb | |
| parent | c540343903e9d6630775828dcf72b455f6641ea5 (diff) | |
| download | brew-2b32cfe7b0b0171da97a96d6e1f9ed3ec92e7f6c.tar.bz2 | |
mlton 20130715 (new formula)
MLton is whole-program, optimizing compiler for Standard ML.
A previous mlton formula simply installed the upstream binary release
and was moved to the boneyard as a binary-only formula (see
Homebrew/homebrew#21780).
This new mlton formula builds from source, using the upstream binary
release to bootstrap.
Closes Homebrew/homebrew#48694.
Signed-off-by: Andrew Janke <andrew@apjanke.net>
Diffstat (limited to 'Library/Homebrew/tap_migrations.rb')
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index e50d63934..bb0acac1b 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -135,7 +135,6 @@ TAP_MIGRATIONS = {    "metalua" => "homebrew/boneyard",    "mit-scheme" => "homebrew/x11",    "mlkit" => "homebrew/boneyard", -  "mlton" => "homebrew/boneyard",    "morse" => "homebrew/x11",    "mp3fs" => "homebrew/fuse",    "mpio" => "homebrew/boneyard",  | 
