[Nix-dev] HaskellNG and taffybar
    Arseniy Seroka 
    ars.seroka at gmail.com
       
    Mon Feb 23 20:23:05 CET 2015
    
    
  
Hello!
I've switched to the new haskellng branch. Everything works fine except the
taffybar.
I have config like
myHs = haskellngPackages.ghcWithPackages (
   pkgs: with pkgs; [
       ...
       taffybar
       ...
   ]);
Before haskellng when I was rebuilding taffybar everything was ok.
But now I'm running it (it works like xmonad), it recognize that
configuration was changed,
tries to recompile but outputs me lots of error of missed libraries, e.g.
taffybar.hs:19:18:
    Could not find module ‘System.Taffybar’
    Use -v to see a list of the files searched for.
That's the module from taffybar pkg.
So how to solve this issue? :(
-- 
Sincerely,
Arseniy Seroka
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150223/4a12b760/attachment.html 
    
    
More information about the nix-dev
mailing list