BananchickPasha

Results 1 issues of BananchickPasha

I have this ghc environment: ``` nix haskellEnv = pkgs.haskell.packages.ghc844.ghcWithPackages (haskellPackages: with haskellPackages;[ telegram-bot-simple ]); ``` but HIE doesn't see telegram-bot-simple. So, I tried to install HIE like this ```nix...

question