projects
/
Lucu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97a92f
)
Bugfix
author
PHO
<pho@cielonegro.org>
Thu, 12 Jan 2012 23:05:15 +0000
(08:05 +0900)
committer
PHO
<pho@cielonegro.org>
Thu, 12 Jan 2012 23:05:15 +0000
(08:05 +0900)
Ditz-issue:
c80e79a2585ac20cc5ed677d70b6983a2842a81d
Data/URI/Internal/Scheme.hs
patch
|
blob
|
history
diff --git
a/Data/URI/Internal/Scheme.hs
b/Data/URI/Internal/Scheme.hs
index da8294ef679ed5b966a6d795000cd2944d18b7b4..8bb5a7dd90522eb30061817586662be4b176a820 100644
(file)
--- 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 ≡ '.'