mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 20:51:57 +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
|
System.IO.UTF8.writeFile (incexc </> "slug") $ concat
|
||||||
[ date
|
[ date
|
||||||
, "-"
|
, "-ghc"
|
||||||
, ghcVer
|
, ghcVer
|
||||||
, if requireHaskellPlatform settings then "hp" else ""
|
, if requireHaskellPlatform settings then "hp" else ""
|
||||||
, if isInc then "-inc" else "-exc"
|
, if isInc then "-inc" else "-exc"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user