diff --git a/Utility/Url.hs b/Utility/Url.hs index 27913033bb..abd5f7ae53 100644 --- a/Utility/Url.hs +++ b/Utility/Url.hs @@ -378,5 +378,4 @@ matchHttpExceptionContent :: (HttpException -> Bool) -> HttpException -> Maybe H matchHttpExceptionContent want e | want e = Just e | otherwise = Nothing -matchHttpExceptionContent _ _ = Nothing #endif