[commit: ghc] wip/prettyprinter: Hack boot (e56bacf)

git at git.haskell.org git at git.haskell.org
Wed Sep 13 21:09:05 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/e56bacf2d95652d380499c7ce6699af309aff185/ghc

>---------------------------------------------------------------

commit e56bacf2d95652d380499c7ce6699af309aff185
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Sep 12 06:32:21 2017 -0400

    Hack boot


>---------------------------------------------------------------

e56bacf2d95652d380499c7ce6699af309aff185
 boot                         | 8 ++++----
 libraries/prettyprinter-core | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/boot b/boot
index 45f5bf0..d513695 100755
--- a/boot
+++ b/boot
@@ -107,10 +107,10 @@ EOF
                 # but in an lndir tree we avoid making .git directories,
                 # so it doesn't exist. We therefore require that every repo
                 # has a LICENSE file instead.
-                if (! -f "$dir/LICENSE") {
-                    print STDERR "Error: $dir/LICENSE doesn't exist.\n";
-                    die "Maybe you haven't done 'git submodule update --init'?";
-                }
+                #if ( ! -f "$dir/LICENSE" -a ! -f "$dir/LICENSE.md" ) {
+                    #print STDERR "Error: $dir/LICENSE doesn't exist.\n";
+                    #die "Maybe you haven't done 'git submodule update --init'?";
+                #}
             }
         }
         else {
diff --git a/libraries/prettyprinter-core b/libraries/prettyprinter-core
deleted file mode 160000
index 8697cc9..0000000
--- a/libraries/prettyprinter-core
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 8697cc9cfe6937d6479396a96c600a4b6d556ab5



More information about the ghc-commits mailing list