Wisut Hantanong
Wisut Hantanong
@purefn Thanks, That's one way to do it. I end-up edit the `stack.yaml` to use the one that matched my current version (lts-13.21). https://www.stackage.org/
@truell20 I have no problem installing stack to docker image, please see #282 ``` [wizzup@earth worker]$ docker run -it --rm mntruell/halite_sandbox root@537b8acfc370:/# which stack /usr/bin/stack root@537b8acfc370:/# stack --version Version 1.2.0,...
@wpoosanguansit Instead of adding a system-wide package to NixOS, there is another way to add a user package by [packageOverrides](https://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides) **Example**: with following `config.nix` ``` # ~/.config/nixpkgs/config.nix { pkgs ?...
@domenkozar > You don't need to override ide with environment, just have the environment be there when you launch hie. I am suddenly have `Bad interface file` problem with `ghc-8.6.4`...
@purefn Unfortunately, I still have no luck. I am giving up on trying to build the update [fork](https://github.com/wizzup/hie-nix/commit/a4cd192429cfd1f925e81e02a35c516a07766ac5) of this repo because my old PC can't handle the huge build,...
I can't find any. Can you fork the repo and open the pull request so everyone can take a look? Also this might related to PR #7
Thanks, I just put the patch on. I will see if I can make my `ghci` use this patched `haskline`. I will not create a PR because I am not...
> to having a new user preference in ~/.haskeline That what I really want.
Beside `freecodecamp', there are other sites that use `monaco` - [hackerrank](https://www.hackerrank.com) - [repl.it](https://repl.it) Support for `monaco` would be a great one to have. There seem to be getter/setter (refering to...
Cool! 