thomashoneyman / purescript-halogen-realworld

Exemplary real world application built with PureScript + Halogen
https://thomashoneyman.com/guides/real-world-halogen
MIT License
792 stars 86 forks source link

Update easy-purescript-nix to support the latest Purescript #83

Closed pmiddend closed 3 years ago

pmiddend commented 3 years ago

Previously, following the README and doing “nix-shell” followed by “npm run install” yielded:

[error] Oh noes! It looks like the PureScript version installed on your system is not compatible with the package-set you're using.

installed `purs` version:    0.13.8
minimum package-set version: 0.14.0

This simply updates easy-purescript-nix to the latest version, allowing Nix users to build the project again.