]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/SystemConfig.hs
Implemented <inOtherLanguages />
[Rakka.git] / Rakka / SystemConfig.hs
index 9e8be67c5bd59bf16cfdc9f56e12e02e5564dfaa..de33f911119eb07aac46ab6dc04cd52cb163bb0a 100644 (file)
@@ -156,7 +156,7 @@ instance SysConfValue BaseURI where
                        PortNumber num -> fromIntegral num
 
               defaultURI
-                  = "http://" ++ host ++
+                  = "http://" ++ host ++ -- FIXME: consider IPv6 address
                     (if port == 80
                      then ""
                      else ':' : show port) ++ "/"