diff --git a/builder/src/Http.hs b/builder/src/Http.hs index d7db0737..c283d715 100644 --- a/builder/src/Http.hs +++ b/builder/src/Http.hs @@ -322,7 +322,7 @@ lamderaGetArchive manager url onError err onSuccess = & (\x -> case x of package:version:_ -> - (T.unpack package, T.unpack version |> T.replace "/" "") + (T.unpack package, version & T.replace "/" "" & T.unpack) _ -> error $ "unexpected URL parts: " <> show x )