cyrbon

Results 2 issues of cyrbon

I'm wondering whether this is an expected behavior of the `assumePureVars` optimization. One example is using [ST monad from StrMap](https://github.com/purescript/purescript-maps/blob/master/src/Data/StrMap/ST.purs). Lets say we have the following code: ```purescript import Control.Monad.Eff.Console...

`bower install jquery-nested-sortable` gives error `TypeError: Invalid Version: 2.0`. Meanwhile, installing alpha branch works fine: `bower install https://github.com/ilikenwf/nestedSortable.git#2.0alpha`. [The solution is probably simple.](https://github.com/bower/bower/issues/998)