File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ prepublishDir root =
62
62
63
63
compilerVersion :: FilePath
64
64
compilerVersion =
65
- V. toChars V. compiler ++ " -alpha-4 "
65
+ V. toChars V. compiler ++ " -beta-1 "
66
66
67
67
68
68
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ register :: Http.Manager -> Pkg.Name -> V.Version -> Docs.Documentation -> Strin
382
382
register manager pkg vsn docs commitHash sha =
383
383
if True then
384
384
Task. io $ putStrLn $
385
- " Publishing is disabled in the 0.19.1-alpha-4 release.\n \
385
+ " Publishing is disabled in the 0.19.1-beta-1 release.\n \
386
386
\Publish with 0.19.0 for now.\n "
387
387
else
388
388
let
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ simple details example args_ flags_ callback =
41
41
argStrings <- Env. getArgs
42
42
case argStrings of
43
43
[" --version" ] ->
44
- do hPutStrLn stdout (V. toChars V. compiler ++ " -alpha-4 " )
44
+ do hPutStrLn stdout (V. toChars V. compiler ++ " -beta-1 " )
45
45
Exit. exitSuccess
46
46
47
47
chunks ->
@@ -69,7 +69,7 @@ complex intro outro interfaces =
69
69
Error. exitWithOverview intro outro interfaces
70
70
71
71
[" --version" ] ->
72
- do hPutStrLn stdout (V. toChars V. compiler ++ " -alpha-4 " )
72
+ do hPutStrLn stdout (V. toChars V. compiler ++ " -beta-1 " )
73
73
Exit. exitSuccess
74
74
75
75
command : chunks ->
You can’t perform that action at this time.
0 commit comments