add support for hetmet_flatten casting variable
[ghc-hetmet.git] / boot-pkgs
index 6acea11..de3008c 100644 (file)
--- a/boot-pkgs
+++ b/boot-pkgs
@@ -60,6 +60,7 @@ for $package (glob "libraries/*/") {
             or die "Failed to open $pkgs: $!";
         while (<PKGS>) {
             chomp;
+            s/\r//g;
             if (/.+/) {
                 push @library_dirs, "$package/$_";
             }