We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6618 commit 0178c30Copy full SHA for 0178c30
builder/src/Http.hs
@@ -322,7 +322,7 @@ lamderaGetArchive manager url onError err onSuccess =
322
& (\x ->
323
case x of
324
package:version:_ ->
325
- (T.unpack package, T.unpack version |> T.replace "/" "")
+ (T.unpack package, version & T.replace "/" "" & T.unpack)
326
_ ->
327
error $ "unexpected URL parts: " <> show x
328
)
0 commit comments