Open endeavour opened 9 years ago
Trying to install this package with a fresh install of purescript is causing dependency resolution issues:
C:\temp\ps2>pulp dep install purescript-path bower purescript-path#* cached git://github.com/joneshf/purescript-path.git#0.2.7 bower purescript-path#* validate 0.2.7 against git://github.com/joneshf/purescript-path.git#* bower purescript-arrays#~0.2.1 cached git://github.com/purescript/purescript-arrays.git#0.2.1 bower purescript-arrays#~0.2.1 validate 0.2.1 against git://github.com/purescript/purescript-arrays.git#~0.2.1 bower purescript-maybe#~0.2.1 cached git://github.com/purescript/purescript-maybe.git#0.2.2 bower purescript-maybe#~0.2.1 validate 0.2.2 against git://github.com/purescript/purescript-maybe.git#~0.2.1 bower purescript-foldable-traversable#~0.1.3 cached git://github.com/purescript/purescript-foldable-traversable.git#0.1.6 bower purescript-foldable-traversable#~0.1.3 validate 0.1.6 against git://github.com/purescript/purescript-foldable-traversable.git#~0.1.3 bower purescript-strings#~0.4.0 cached git://github.com/purescript/purescript-strings.git#0.4.5 bower purescript-strings#~0.4.0 validate 0.4.5 against git://github.com/purescript/purescript-strings.git#~0.4.0 bower purescript-control#~0.2.0 cached git://github.com/purescript/purescript-control.git#0.2.6 bower purescript-control#~0.2.0 validate 0.2.6 against git://github.com/purescript/purescript-control.git#~0.2.0 bower purescript-arrays#~0.3.0 cached git://github.com/purescript/purescript-arrays.git#0.3.7 bower purescript-arrays#~0.3.0 validate 0.3.7 against git://github.com/purescript/purescript-arrays.git#~0.3.0 bower purescript-either#~0.1.4 cached git://github.com/purescript/purescript-either.git#0.1.8 bower purescript-either#~0.1.4 validate 0.1.8 against git://github.com/purescript/purescript-either.git#~0.1.4 bower purescript-tuples#~0.2.3 cached git://github.com/purescript/purescript-tuples.git#0.2.3 bower purescript-tuples#~0.2.3 validate 0.2.3 against git://github.com/purescript/purescript-tuples.git#~0.2.3 bower purescript-monoid#~0.1.4 cached git://github.com/purescript/purescript-monoid.git#0.1.5 bower purescript-monoid#~0.1.4 validate 0.1.5 against git://github.com/purescript/purescript-monoid.git#~0.1.4 Unable to find a suitable version for purescript-arrays, please choose one: 1) purescript-arrays#~0.2.1 which resolved to 0.2.1 and is required by purescript-path#0.2.7 2) purescript-arrays#~0.3.0 which resolved to 0.3.7 and is required by purescript-foldable-traversable#0.1.6, purescript-monoid#0.1.5, purescrip t-tuples#0.2.3
Sorry about that.
I'll look into this later tonight or tomorrow unless you want to take a stab at it.
Trying to install this package with a fresh install of purescript is causing dependency resolution issues: