Purescript: Failing to Build on NixOS

Created on 19 Mar 2019  路  3Comments  路  Source: purescript/purescript

This appears to be caused by outdated dependencies which aren't available in Nix.
http://packdeps.haskellers.com/feed?needle=exact:purescript
https://github.com/NixOS/nixpkgs/issues/53597

Most helpful comment

In that issue is linked my easy-purescript-nix repo, so you might choose to just use the derivation for PureScript in it instead https://github.com/justinwoo/easy-purescript-nix/blob/master/purs.nix

All 3 comments

In that issue is linked my easy-purescript-nix repo, so you might choose to just use the derivation for PureScript in it instead https://github.com/justinwoo/easy-purescript-nix/blob/master/purs.nix

Sorry, but I鈥檓 going to close this as wontfix. It doesn鈥檛 really make sense for purescript to be chasing the latest versions of its dependencies, since there are other more important factors to take into account when planning release schedules, and since 99.9% of the time, purescript is being used as a binary, not as a library, so it shouldn鈥檛 matter what versions of dependencies are being used. At one point PureScript was in Stackage, but we removed it for the same reason.

Thanks, @justinwoo, I'll take a look at that.
It kinda seems like nixpkgs should package the binary itself.

Was this page helpful?
0 / 5 - 0 ratings