mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +01:00
feat(ghci): set OverloadedStrings
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
:def pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\""
|
:def pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\""
|
||||||
:set prompt "\o033[1m%s\o033[1;34m λ\o033[0m "
|
:set prompt "\o033[1m%s\o033[1;34m λ\o033[0m "
|
||||||
:set -Wall
|
:set -Wall
|
||||||
|
:set -XOverloadedStrings
|
||||||
'';
|
'';
|
||||||
# :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
|
# :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
|
||||||
".stack/config.yaml".text = let user = config.niveum.user; in builtins.toJSON {
|
".stack/config.yaml".text = let user = config.niveum.user; in builtins.toJSON {
|
||||||
|
|||||||
Reference in New Issue
Block a user