From 2b32cfe7b0b0171da97a96d6e1f9ed3ec92e7f6c Mon Sep 17 00:00:00 2001 From: Matthew Fluet Date: Sun, 31 Jan 2016 21:23:05 -0500 Subject: [PATCH] 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 --- Library/Homebrew/tap_migrations.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index e50d639347..bb0acac1b1 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",