~toastal/easy-purescript-nix

d0f592b71b2be222f8dcfb4f4cefb52608bbc1ae — Justin Woo 3 years ago 5716cd7 + b18cdef purescript-language-server-0.15.5
Merge pull request #162 from toastal/another-readme-update

Latest rev in README example + missed prompt
1 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +4 -4
@@ 28,7 28,7 @@ $ nix-env -f default.nix -iA purs

$ which purs
/home/justin/.nix-profile/bin/purs
> purs --version
$ purs --version
0.14.4
```



@@ 41,15 41,15 @@ let
    (pkgs.fetchFromGitHub {
      owner = "justinwoo";
      repo = "easy-purescript-nix";
      rev = "a5fd0328827ac46954db08f624c09eba981f1ab2";
      sha256 = "1g3bk2y8hz0y998yixz3jmvh553kjpj2k7j0xrp4al1jrbdcmgjq";
      rev = "5716cd791c999b3246b4fe173276b42c50afdd8d";
      sha256 = "1r9lx4xhr42znmwb2x2pzah920klbjbjcivp2f0pnka7djvd2adq";
    }) {
    inherit pkgs;
  };
in
pkgs.mkShell {
  buildInputs = [
    easy-ps.purs-0_13_8
    easy-ps.purs-0_14_4
    easy-ps.psc-package
  ];
}