From: Ian Lynagh Date: Sat, 8 Aug 2009 18:44:07 +0000 (+0000) Subject: Fix bindist creation X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c56aacad40b7afc8244676a4de5fa976cfd4cfb7;hp=c56aacad40b7afc8244676a4de5fa976cfd4cfb7;p=ghc-hetmet.git Fix bindist creation This is a bit kludgy. We've hit the maximum number of arguments you can have in the for loop for adding files to the bindist list, so this just splits the list in 2. ---