[ADD] Haskell configuration to Makefile
This commit is contained in:
parent
295670f792
commit
cf0d4f83bf
1
Makefile
1
Makefile
|
@ -3,6 +3,7 @@ CLI_PACKAGES := \
|
|||
flake8 \
|
||||
gdb \
|
||||
git \
|
||||
haskell \
|
||||
isort \
|
||||
mypy \
|
||||
ranger \
|
||||
|
|
2
haskell/.ghci
Normal file
2
haskell/.ghci
Normal file
|
@ -0,0 +1,2 @@
|
|||
:set prompt "\ESC[1;35m\x03BB> \ESC[m"
|
||||
:set prompt-cont "\ESC[1;35m > \ESC[m"
|
Loading…
Reference in a new issue