From c66558badb458215e195eb8e863e3f820c0e57c4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 1 Jul 2014 11:24:35 +0100 Subject: [PATCH] raco setup / raco pkg install: add `--fail-fast` flag This flag is useful for speculative package installations runs where we'd like to give up and try something else if it's not working. Specifically, we might try installing multiple packages at once, and then back off to a smaller subset if something goes wrong. original commit: d316652160a6762df37f7e5dba1f43162adbe161 --- pkgs/compiler-pkgs/compiler-lib/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/compiler-pkgs/compiler-lib/info.rkt b/pkgs/compiler-pkgs/compiler-lib/info.rkt index bf1b6b2569..d45f961b06 100644 --- a/pkgs/compiler-pkgs/compiler-lib/info.rkt +++ b/pkgs/compiler-pkgs/compiler-lib/info.rkt @@ -10,4 +10,4 @@ (define pkg-authors '(mflatt)) -(define version "1.1") +(define version "1.2")