PureScript v0.13.8 released!

PureScript v0.13.8 is out! Highlights include some really nice performance improvements and the new purs graph command, amongst others. Thanks to everyone who contributed!

21 Likes

If you were wondering, the reason there’s no v0.13.7 is that my first attempt to upload the release was thwarted by -Werror.

1 Like

Wow, this is a major improvement! Noticing 2x faster rebuild time in a project that uses typed CSS for Tailwind. (40k line Tailwind.purs file - Will make another post describing the full workflow once I sort-out css purging).

Edit: Guide here. Also, no-longer tracking large autogenerated file in above project link, but you may generate one yourself if you’re curious.

13.6
time npm run build 
> spago build
[info] Installation complete.
Compiling Example
Compiling Main
[info] Build succeeded.
npm run build  7.86s user 1.51s system 198% cpu 4.713 total

13.8
time spago build  
[info] Installation complete.
Compiling Example
Compiling Main
[info] Build succeeded.
spago build  3.84s user 0.93s system 176% cpu 2.700 total
3 Likes