]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
Bugfix
authorPHO <pho@cielonegro.org>
Thu, 12 Jan 2012 23:05:15 +0000 (08:05 +0900)
committerPHO <pho@cielonegro.org>
Thu, 12 Jan 2012 23:05:15 +0000 (08:05 +0900)
Ditz-issue: c80e79a2585ac20cc5ed677d70b6983a2842a81d

Data/URI/Internal/Scheme.hs

index da8294ef679ed5b966a6d795000cd2944d18b7b4..8bb5a7dd90522eb30061817586662be4b176a820 100644 (file)
@@ -56,6 +56,7 @@ instance Default (Parser Scheme) where
           {-# INLINE nonFirst #-}
           nonFirst c
               = isAlpha_ascii c ∨
+                isDigit c       ∨
                 c ≡ '+'         ∨
                 c ≡ '-'         ∨
                 c ≡ '.'