You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered just now that Eff now has a transitive dependency on ps-control and ps-invariant now, as those are dependencies of ps-monoid, added recently by #32.
A bit disappointing, but just an observation. Take a look at the packages required to do main = log "Hello sailor":
I discovered just now that Eff now has a transitive dependency on ps-control and ps-invariant now, as those are dependencies of ps-monoid, added recently by #32.
A bit disappointing, but just an observation. Take a look at the packages required to do main = log "Hello sailor":
https://github.com/chexxor/documentation/blob/ad508b5f7c49b07542a69b88af36218717ab8e31/guides/Dependency-Management/Git.purs
Gotta pull in purescript-control and those fun things, just for "Hello World"!
Again, not a problem, really, just a bit disappointing that purescript-control needs to be installed to do the Hello World program.
Just opening an issue to collect suggestions for improving this.