I realized that it was not #12 that was breaking the build—it was already broken on master :astonished:
Added a resolution to ^0.7.0 for purescript-strings; I would prefer not to do this, but there's a conflict somewhere in the dependency tree. I think we also have this resolution in slamdata though.
This project does not build anymore with the latest PureScript compiler, since it depends on a version of purescript-halogen that depends on purescript-simple-dom, which is operating a large-scale orphanage. For this reason, I have put an upper-bound in the purescript version (0.7.2) until we are able to either fix purescript-simple-dom or not depend on it.
Is this an acceptable (temporary) fix, or perhaps someone may have a suggestion for improvement? @cryogenian
I realized that it was not #12 that was breaking the build—it was already broken on master :astonished:
^0.7.0
forpurescript-strings
; I would prefer not to do this, but there's a conflict somewhere in the dependency tree. I think we also have this resolution inslamdata
though.purescript-halogen
that depends onpurescript-simple-dom
, which is operating a large-scale orphanage. For this reason, I have put an upper-bound in the purescript version (0.7.2) until we are able to either fixpurescript-simple-dom
or not depend on it.Is this an acceptable (temporary) fix, or perhaps someone may have a suggestion for improvement? @cryogenian