]> Git — Sourcephile - haskell/symantic-xml.git/commit
Drop the Language prefix in module names
authorJulien Moutinho <julm+haskell-symantic-xml@autogeree.net>
Sat, 23 Feb 2019 12:56:52 +0000 (12:56 +0000)
committerJulien Moutinho <julm+haskell-symantic-xml@autogeree.net>
Sat, 23 Feb 2019 12:56:52 +0000 (12:56 +0000)
commit080a17f3e38e7e782d501bdf5be0c2ef135dd13b
tree6a9dc3637acd21a673c5ea5eef1d9d1b2da2c474
parent2221f532ed7858bf23f40fce3441c5619222d5d5
Drop the Language prefix in module names
23 files changed:
Language/Symantic/RNC.hs [deleted file]
Language/Symantic/XML.hs [deleted file]
Language/Symantic/XML/Read/HLint.hs [deleted symlink]
Symantic/HLint.hs [moved from Language/HLint.hs with 100% similarity]
Symantic/RNC.hs [new file with mode: 0644]
Symantic/RNC/HLint.hs [moved from Language/Symantic/HLint.hs with 100% similarity]
Symantic/RNC/Sym.hs [moved from Language/Symantic/RNC/Sym.hs with 96% similarity]
Symantic/RNC/Validate.hs [moved from Language/Symantic/RNC/Validate.hs with 97% similarity]
Symantic/RNC/Write.hs [moved from Language/Symantic/RNC/Write.hs with 93% similarity]
Symantic/RNC/Write/Fixity.hs [moved from Language/Symantic/RNC/Write/Fixity.hs with 98% similarity]
Symantic/RNC/Write/Namespaces.hs [moved from Language/Symantic/RNC/Write/Namespaces.hs with 96% similarity]
Symantic/XML.hs [new file with mode: 0644]
Symantic/XML/Document.hs [moved from Language/Symantic/XML/Document.hs with 99% similarity]
Symantic/XML/HLint.hs [moved from Language/Symantic/RNC/HLint.hs with 100% similarity]
Symantic/XML/Read.hs [moved from Language/Symantic/XML/Read.hs with 98% similarity]
Symantic/XML/Read/HLint.hs [moved from Language/Symantic/XML/HLint.hs with 100% similarity]
Symantic/XML/Read/Parser.hs [moved from Language/Symantic/XML/Read/Parser.hs with 98% similarity]
Symantic/XML/Write.hs [moved from Language/Symantic/XML/Write.hs with 98% similarity]
symantic-xml.cabal
test/Golden.hs
test/Main.hs
test/RNC/Commoning.hs
test/RNC/Parser.hs