From: Ian Lynagh Date: Sun, 5 Jun 2011 18:16:35 +0000 (+0100) Subject: Fix Windows build failure X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=183d6c8ed66e25e72017e891fc1a07bda937f087;hp=183d6c8ed66e25e72017e891fc1a07bda937f087;p=ghc-hetmet.git Fix Windows build failure We were calling freeArgv with arguments of the wrong type. But actually, we had our own copy of its loop anyway, so now we just use that instead. ---