mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-11 11:16:34 +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
|
return Settings
|
||||||
{ planFile = newfile
|
{ planFile = newfile
|
||||||
, buildDir = fpFromText $ "builds/stackage-lts-" ++ tshow new
|
, buildDir = fpFromText $ "builds/stackage-lts"
|
||||||
, logDir = fpFromText $ "logs/stackage-lts-" ++ tshow new
|
, logDir = fpFromText $ "logs/stackage-lts-" ++ tshow new
|
||||||
, title = \ghcVer -> concat
|
, title = \ghcVer -> concat
|
||||||
[ "LTS Haskell "
|
[ "LTS Haskell "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user