<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@ import Hack.Contrib.Utils hiding (get, put)
 import MPS
 import Prelude hiding ((.), (&gt;), (/), (-))
 import Data.ByteString.UTF8 (fromString)
+import qualified Prelude as P
 
 
 type RoutePathT a = (RequestMethod, String, a)
@@ -39,7 +40,7 @@ parse_params t s =
   let template_tokens = t.split &quot;/&quot;
       url_tokens      = s.split &quot;/&quot;
   in
-  if url_tokens.length &lt; template_tokens.length
+  if url_tokens.length P.&lt; template_tokens.length
     then Nothing
     else 
       let rs = zipWith capture template_tokens url_tokens</diff>
      <filename>src/Network/Loli/Middleware/LoliRouter.hs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ac6979665fa197a394f9e376af2ce65871092ab5</id>
    </parent>
  </parents>
  <author>
    <name>jinjing</name>
    <email>nfjinjing@gmail.com</email>
  </author>
  <url>http://github.com/nfjinjing/loli/commit/cc2b757db6dec9bc92f5b0a230f0382145513578</url>
  <id>cc2b757db6dec9bc92f5b0a230f0382145513578</id>
  <committed-date>2009-09-21T15:29:14-07:00</committed-date>
  <authored-date>2009-09-21T15:29:14-07:00</authored-date>
  <message>fix with newest mps</message>
  <tree>d76d653c3d49d9c481103b12ea05acad0e859779</tree>
  <committer>
    <name>jinjing</name>
    <email>nfjinjing@gmail.com</email>
  </committer>
</commit>
