]> Git — Sourcephile - haskell/symantic-plaintext.git/commit
iface: rename `Symantic.{Formatter => Plaintext}`
authorJulien Moutinho <julm@sourcephile.fr>
Sat, 6 Nov 2021 04:23:09 +0000 (05:23 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Sat, 6 Nov 2021 04:24:50 +0000 (05:24 +0100)
commit8528a463fb9db4135ff20e49470bb85d6fd4aca9
tree71c861636c7789d32f9e0cf275cd4ce20df5675e
parentc284ee648e15b5e84b2e538239eb10ca180671ea
iface: rename `Symantic.{Formatter => Plaintext}`
54 files changed:
.chglog/config.yml
.reuse/dep5
Makefile
default.nix [deleted file]
flake.nix
shell.nix [deleted file]
src/Symantic/Formatter.hs [deleted file]
src/Symantic/Plaintext.hs [new file with mode: 0644]
src/Symantic/Plaintext/Classes.hs [moved from src/Symantic/Formatter/Class.hs with 99% similarity]
src/Symantic/Plaintext/Debug.hs [moved from src/Symantic/Formatter/Debug.hs with 95% similarity]
src/Symantic/Plaintext/Output.hs [moved from src/Symantic/Formatter/Output.hs with 98% similarity]
src/Symantic/Plaintext/Writer.hs [moved from src/Symantic/Formatter/Plain.hs with 62% similarity]
symantic-plaintext.cabal [moved from symantic-formatter.cabal with 70% similarity]
tests/Golden.hs
tests/Golden/Writer/Format001/Input01.expected.txt [moved from tests/Golden/Plain/Format001/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format001/Input02.expected.txt [moved from tests/Golden/Plain/Format001/Input02.expected.txt with 100% similarity]
tests/Golden/Writer/Format002/Input01.expected.txt [moved from tests/Golden/Plain/Format002/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format003/Input01.expected.txt [moved from tests/Golden/Plain/Format003/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format004/Input01.expected.txt [moved from tests/Golden/Plain/Format004/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format005/Input01.expected.txt [moved from tests/Golden/Plain/Format005/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format006/Input01.expected.txt [moved from tests/Golden/Plain/Format006/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format007/Input01.expected.txt [moved from tests/Golden/Plain/Format007/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format008/Input01.expected.txt [moved from tests/Golden/Plain/Format008/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format009/Input01.expected.txt [moved from tests/Golden/Plain/Format009/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format010/Input01.expected.txt [moved from tests/Golden/Plain/Format010/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format011/Input01.expected.txt [moved from tests/Golden/Plain/Format011/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format012/Input01.expected.txt [moved from tests/Golden/Plain/Format012/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format013/Input01.expected.txt [moved from tests/Golden/Plain/Format013/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format014/Input01.expected.txt [moved from tests/Golden/Plain/Format014/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format014/Input02.expected.txt [moved from tests/Golden/Plain/Format014/Input02.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input01.expected.txt [moved from tests/Golden/Plain/Format015/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input02.expected.txt [moved from tests/Golden/Plain/Format015/Input02.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input03.expected.txt [moved from tests/Golden/Plain/Format015/Input03.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input04.expected.txt [moved from tests/Golden/Plain/Format015/Input04.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input05.expected.txt [moved from tests/Golden/Plain/Format015/Input05.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input06.expected.txt [moved from tests/Golden/Plain/Format015/Input06.expected.txt with 100% similarity]
tests/Golden/Writer/Format015/Input07.expected.txt [moved from tests/Golden/Plain/Format015/Input07.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input01.expected.txt [moved from tests/Golden/Plain/Format016/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input02.expected.txt [moved from tests/Golden/Plain/Format016/Input02.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input03.expected.txt [moved from tests/Golden/Plain/Format016/Input03.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input04.expected.txt [moved from tests/Golden/Plain/Format016/Input04.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input05.expected.txt [moved from tests/Golden/Plain/Format016/Input05.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input06.expected.txt [moved from tests/Golden/Plain/Format016/Input06.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input07.expected.txt [moved from tests/Golden/Plain/Format016/Input07.expected.txt with 100% similarity]
tests/Golden/Writer/Format016/Input08.expected.txt [moved from tests/Golden/Plain/Format016/Input08.expected.txt with 100% similarity]
tests/Golden/Writer/Format017/Input01.expected.txt [moved from tests/Golden/Plain/Format017/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format018/Input01.expected.txt [moved from tests/Golden/Plain/Format018/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format018/Input02.expected.txt [moved from tests/Golden/Plain/Format018/Input02.expected.txt with 100% similarity]
tests/Golden/Writer/Format018/Input03.expected.txt [moved from tests/Golden/Plain/Format018/Input03.expected.txt with 100% similarity]
tests/Golden/Writer/Format018/Input04.expected.txt [moved from tests/Golden/Plain/Format018/Input04.expected.txt with 100% similarity]
tests/Golden/Writer/Format019/Input01.expected.txt [moved from tests/Golden/Plain/Format019/Input01.expected.txt with 100% similarity]
tests/Golden/Writer/Format020/Input01.expected.txt [moved from tests/Golden/Plain/Format020/Input01.expected.txt with 100% similarity]
tests/HUnit.hs
tests/Main.hs