mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-23 17:31:55 +01:00
Typo
This commit is contained in:
parent
d6ccfc04b9
commit
027b562aa3
@ -73,7 +73,7 @@ download ltsVer dest = do
|
|||||||
-}
|
-}
|
||||||
[ "https://cdn.rawgit.com/fpco/lts-haskell/master/lts-"
|
[ "https://cdn.rawgit.com/fpco/lts-haskell/master/lts-"
|
||||||
, ltsVer
|
, ltsVer
|
||||||
, "1.14.yaml"
|
, ".yaml"
|
||||||
]
|
]
|
||||||
withResponse req $ \res -> liftIO $ F.withFile dest F.WriteMode $ \h ->
|
withResponse req $ \res -> liftIO $ F.withFile dest F.WriteMode $ \h ->
|
||||||
responseBody res $$ sinkHandle h
|
responseBody res $$ sinkHandle h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user