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