Better slug

This commit is contained in:
Michael Snoyman 2014-11-24 18:24:50 +02:00
parent 5bd1372c9c
commit 7872cd7374

View File

@ -128,7 +128,7 @@ getInstallInfo settings = do
System.IO.UTF8.writeFile (incexc </> "slug") $ concat
[ date
, "-"
, "-ghc"
, ghcVer
, if requireHaskellPlatform settings then "hp" else ""
, if isInc then "-inc" else "-exc"