Revert "Typo"

This reverts commit 027b562aa3.
This commit is contained in:
Michael Snoyman 2015-03-30 13:21:04 +03:00
parent 027b562aa3
commit 5d5b9448ec

View File

@ -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
, ".yaml" , "1.14.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