From: PHO Date: Thu, 12 Jan 2012 23:05:15 +0000 (+0900) Subject: Bugfix X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=commitdiff_plain;h=42cfef33be09e73dea517c0e06d859fda02d3a49 Bugfix Ditz-issue: c80e79a2585ac20cc5ed677d70b6983a2842a81d --- diff --git a/Data/URI/Internal/Scheme.hs b/Data/URI/Internal/Scheme.hs index da8294e..8bb5a7d 100644 --- a/Data/URI/Internal/Scheme.hs +++ b/Data/URI/Internal/Scheme.hs @@ -56,6 +56,7 @@ instance Default (Parser Scheme) where {-# INLINE nonFirst #-} nonFirst c = isAlpha_ascii c ∨ + isDigit c ∨ c ≡ '+' ∨ c ≡ '-' ∨ c ≡ '.'