ethul / purescript-angular

AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
MIT License
23 stars 3 forks source link

Update dependencies to fix build #13

Closed dylex closed 10 years ago

dylex commented 10 years ago

It seems that the version of purescript-monoid that gets included currently (albeit indirectly) is broken, and I get:

[error] purescript-monoid/src/Data/Monoid.purs:21: Error in declaration monoidMaybe
[error] No instance found for Prelude.Semigroup (Data.Maybe.Maybe a2878)
[error] instance monoidMaybe :: (Semigroup a) => Monoid (Maybe a) where
[error] ^

Updating to the latest versions of the dependencies seems to get it to compile (though I'm not sure if it breaks something else).

ethul commented 10 years ago

Looks good, thanks!