mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Better slug
This commit is contained in:
parent
5bd1372c9c
commit
7872cd7374
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user