From 7872cd7374b7f55b57f4f59cdf34aebac0b356ef Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 24 Nov 2014 18:24:50 +0200 Subject: [PATCH] Better slug --- Stackage/InstallInfo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stackage/InstallInfo.hs b/Stackage/InstallInfo.hs index c15eee9c..5188c7a6 100644 --- a/Stackage/InstallInfo.hs +++ b/Stackage/InstallInfo.hs @@ -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"