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
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev