mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 03:06:35 +01:00
Don't add date to lts dir
This commit is contained in:
parent
72a7ecc252
commit
2ee501db9c
@ -125,7 +125,7 @@ getSettings man (LTS bumpType) = do
|
||||
|
||||
return Settings
|
||||
{ planFile = newfile
|
||||
, buildDir = fpFromText $ "builds/stackage-lts-" ++ tshow new
|
||||
, buildDir = fpFromText $ "builds/stackage-lts"
|
||||
, logDir = fpFromText $ "logs/stackage-lts-" ++ tshow new
|
||||
, title = \ghcVer -> concat
|
||||
[ "LTS Haskell "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user