[ADD] Haskell configuration to Makefile

This commit is contained in:
Bruno BELANYI 2020-04-07 17:45:00 +02:00
parent 295670f792
commit cf0d4f83bf
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ CLI_PACKAGES := \
flake8 \
gdb \
git \
haskell \
isort \
mypy \
ranger \

2
haskell/.ghci Normal file
View File

@ -0,0 +1,2 @@
:set prompt "\ESC[1;35m\x03BB> \ESC[m"
:set prompt-cont "\ESC[1;35m > \ESC[m"