You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what exactly is triggering this, I can't reproduce reliably:
[1 of 1] Compiling Rest.Driver.Wai ( src/Rest/Driver/Wai.hs, dist/build/Rest/Driver/Wai.o )
src/Rest/Driver/Wai.hs:47:28:
Couldn't match type ‘CI.CI [Char]’ with ‘[Char]’
Expected type: Network.HTTP.Types.Header.HeaderName -> String
Actual type: CI.CI Char8.ByteString -> CI.CI [Char]
In the first argument of ‘(***)’, namely
‘CI.mk . string . CI.original’
In the first argument of ‘map’, namely
‘(CI.mk . string . CI.original *** string)’
In the first argument of ‘(.)’, namely
‘map (CI.mk . string . CI.original *** string)’
The text was updated successfully, but these errors were encountered:
I'm not sure what exactly is triggering this, I can't reproduce reliably:
The text was updated successfully, but these errors were encountered: