From 5ba0e9bfce5ff55fa7615105ac8dc93b90816283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 27 Oct 2020 20:45:47 +0100 Subject: [PATCH] fix: remove pointfree --- configs/packages/haskell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/packages/haskell/default.nix b/configs/packages/haskell/default.nix index a08a9f2..d1f8b52 100644 --- a/configs/packages/haskell/default.nix +++ b/configs/packages/haskell/default.nix @@ -4,12 +4,12 @@ :set editor vim :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 pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\"" :set prompt "\o033[1m%s\o033[1;34m λ\o033[0m " :set -Wall :set -XOverloadedStrings ''; # :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; in builtins.toJSON { templates.params = { @@ -39,7 +39,7 @@ haskellPackages.ghcid haskellPackages.hasktags # haskellPackages.hindent - haskellPackages.pointfree + # haskellPackages.pointfree # haskellPackages.pointful haskellPackages.hpack ];