From fd670890563ba3e1e4c5ca7cd5941d57e1fd5500 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Wed, 22 Sep 2021 09:54:54 -0400 Subject: [PATCH] remove port from Types.Url --- src/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Types.hs b/src/Types.hs index 406fffd..0818c60 100644 --- a/src/Types.hs +++ b/src/Types.hs @@ -27,7 +27,6 @@ module Types ( data Url = Url { protocol :: String , host :: String - , port :: Int , path :: [String] , params :: [(String, Maybe String)] , anchor :: Maybe String