feat: havent commited in a looong time
This commit is contained in:
parent
c0eed7e133
commit
df4e195aeb
16 changed files with 196 additions and 84 deletions
modules/dev/haskell
|
@ -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 ]);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue