How could the port be specified if it is not the usual 3306?

Synopsis

connect :: String -> String -> String -> String -> IO Connection

module Database.HSQL

Documentation

connect
:: String Server name
-> StringDatabase name
-> StringUser identifier
-> StringAuthentication string (password)
-> IO Connection

Thanks,
Quan