1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: remove pointfree

This commit is contained in:
2020-10-27 20:45:47 +01:00
parent 14685a758d
commit 5ba0e9bfce

View File

@@ -4,12 +4,12 @@
:set editor vim :set editor vim
:def hoogle \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --count=15 \"" ++ s ++ "\"" :def hoogle \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --count=15 \"" ++ s ++ "\""
:def doc \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --info \"" ++ s ++ "\"" :def doc \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --info \"" ++ s ++ "\""
: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 :set -XOverloadedStrings
''; '';
# :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\"" # :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
# :def pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\""
".stack/config.yaml".text = let inherit (config.niveum) user; ".stack/config.yaml".text = let inherit (config.niveum) user;
in builtins.toJSON { in builtins.toJSON {
templates.params = { templates.params = {
@@ -39,7 +39,7 @@
haskellPackages.ghcid haskellPackages.ghcid
haskellPackages.hasktags haskellPackages.hasktags
# haskellPackages.hindent # haskellPackages.hindent
haskellPackages.pointfree # haskellPackages.pointfree
# haskellPackages.pointful # haskellPackages.pointful
haskellPackages.hpack haskellPackages.hpack
]; ];