Revert "Updated raw bundle URL"

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

View File

@ -65,16 +65,10 @@ download :: HttpM env m
-> m ()
download ltsVer dest = do
req <- parseUrl $ unpack $ concat
{-
[ "https://raw.githubusercontent.com/fpco/lts-haskell/master/lts-"
, ltsVer
, ".yaml"
]
-}
[ "https://cdn.rawgit.com/fpco/lts-haskell/master/lts-"
, ltsVer
, "1.14.yaml"
]
withResponse req $ \res -> liftIO $ F.withFile dest F.WriteMode $ \h ->
responseBody res $$ sinkHandle h