[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 \
|
flake8 \
|
||||||
gdb \
|
gdb \
|
||||||
git \
|
git \
|
||||||
|
haskell \
|
||||||
isort \
|
isort \
|
||||||
mypy \
|
mypy \
|
||||||
ranger \
|
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