1
Fork 0

feat: havent commited in a looong time

This commit is contained in:
Matei Adriel 2021-07-18 02:58:38 +03:00
parent c0eed7e133
commit df4e195aeb
16 changed files with 196 additions and 84 deletions
modules/dev/haskell

View file

@ -1,11 +1,11 @@
{ pkgs, ... }:
let hie = pkgs.all-hies.selection { selector = p: { inherit (p) ghc865; }; };
in {
# let hie = pkgs.all-hies.selection { selector = p: { inherit (p) ghc865; }; };
{
home-manager.users.adrielus.home = {
file.".ghci".source = ./ghci;
packages = with pkgs;
[ ghc ghcid hlint cabal-install snack stack ]
++ (with haskellPackages; [ brittany hoogle hpack pointfree ]);
++ (with haskellPackages; [ brittany hoogle hpack ]);
};
}

View file

@ -5,6 +5,6 @@
:def hoogle-all \str -> return $ ":! hoogle search --color " ++ show str
:def doc \str -> return $ ":! hoogle search --color --info " ++ show str
:def pointfree \str -> return $ ":! pointfree " ++ show str
:def pf \str -> return $ ":! pointfree " ++ show str
-- :def pointfree \str -> return $ ":! pointfree " ++ show str
-- :def pf \str -> return $ ":! pointfree " ++ show str
-- :def pointful \str -> return $ ":! pointful " ++ show str