GitClassic
Feed
Explore
Random
Go Pro
Sign in
BurntSushi
/
erd
Code
/
Commits
/ e65deec
Adding stylish-haskell facilities to CI build. (#76)
* Adding stylish-haskell facilities to CI build. * Testing stylish haskell execution on Travis build. * Test failing code styling. * Correcting failure.
Akos Marton
committed on Jan 28, 2020, 06:44 PM
Showing
9
changed files
+381 additions
-63 deletions
A
.stylish-haskell.yaml
+264
M
.travis.yml
+1
M
app/Main.hs
+2
-2
A
exec_CodeStyling.sh
+41
M
src/Erd/Config.hs
+13
-12
M
src/Erd/ER.hs
+41
-33
M
src/Erd/Render.hs
+4
-4
M
src/Text/Parsec/Erd/Parser.hs
+11
-10
M
test/Test/Text/Parsec/Erd/Parser.hs
+4
-2
Browse files at this commit โ