Append hp for aliases

This commit is contained in:
Michael Snoyman 2014-08-21 11:48:00 +03:00
parent 282b1bca2a
commit 4f9fb016b1

View file

@ -48,6 +48,7 @@ createHackageFile isInc hp ii ghcVer date hackageH tarballH = do
, stackageFP
, " unstable-ghc"
, filter (/= '.') ghcVer
, if hp then "hp" else ""
, if isInc then "-inclusive" else "-exclusive"
]