Log In
source-git
/
ghc-hxt-regex-xmlschema
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
5b08af
ghc-hxt-regex-xmlschema-9.2.0.3 base
Merged and Committed by Packit
4 years ago
raw
patch
tree
21 files changed.
5156 lines added
.
0 lines removed
.
LICENSE
file added
+9
Setup.hs
file added
+3
examples/RegexXMLSchema/Makefile
file added
+128
examples/RegexXMLSchema/REtest.hs
file added
+170
examples/colorizeProgs/ColorizeSourceCode.hs
file added
+711
examples/colorizeProgs/Makefile
file added
+14
examples/performance/Makefile
file added
+145
examples/performance/REtest.hs
file added
+96
hxt-regex-xmlschema.cabal
file added
+115
src/Text/Regex/Glob/Generic.hs
file added
+51
src/Text/Regex/Glob/Generic/RegexParser.hs
file added
+111
src/Text/Regex/Glob/String.hs
file added
+44
src/Text/Regex/XMLSchema/Generic.hs
file added
+106
src/Text/Regex/XMLSchema/Generic/Matching.hs
file added
+454
src/Text/Regex/XMLSchema/Generic/Regex.hs
file added
+729
src/Text/Regex/XMLSchema/Generic/RegexParser.hs
file added
+532
src/Text/Regex/XMLSchema/Generic/StringLike.hs
file added
+175
src/Text/Regex/XMLSchema/String.hs
file added
+386
test/Benchmark.hs
file added
+74
test/Date.hs
file added
+633
test/SimpleTest.hs
file added
+470
ghc-hxt-regex-xmlschema-9.2.0.3 base
LICENSE
file added
+9
Setup.hs
file added
+3
examples/RegexXMLSchema/Makefile
file added
+128
examples/RegexXMLSchema/REtest.hs
file added
+170
examples/colorizeProgs/ColorizeSourceCode.hs
file added
+711
examples/colorizeProgs/Makefile
file added
+14
examples/performance/Makefile
file added
+145
examples/performance/REtest.hs
file added
+96
hxt-regex-xmlschema.cabal
file added
+115
src/Text/Regex/Glob/Generic.hs
file added
+51
src/Text/Regex/Glob/Generic/RegexParser.hs
file added
+111
src/Text/Regex/Glob/String.hs
file added
+44
src/Text/Regex/XMLSchema/Generic.hs
file added
+106
src/Text/Regex/XMLSchema/Generic/Matching.hs
file added
+454
src/Text/Regex/XMLSchema/Generic/Regex.hs
file added
+729
src/Text/Regex/XMLSchema/Generic/RegexParser.hs
file added
+532
src/Text/Regex/XMLSchema/Generic/StringLike.hs
file added
+175
src/Text/Regex/XMLSchema/String.hs
file added
+386
test/Benchmark.hs
file added
+74
test/Date.hs
file added
+633
test/SimpleTest.hs
file added
+470