Glorp/purescript-lambs

Not compatible yet with purs 0.11.6 it seems?

Opened this issue · 4 comments

Using purs current master branch (prints --version as 0.11.6 dev build), attempting to pulp build a project with purescript-lambs (got version 0.3.0 from Pursuit) in the deps results in:

* Building project in /home/rox/c/ps/test-pscorefn-src
Compiling Lambs.Term
Error found:
at bower_components/purescript-lambs/src/Lambs/Term.purs line 17, column 8 - line 17, column 44

  Cannot derive a type class instance for
                                       
    Data.Generic.Generic Term
                                       
  since instances of this type class are not derivable.
Glorp commented

Thanks, I'll take a look at it. (Looks like my purs was at 0.11.4 last time I touched this, so maybe something something...)

Glorp commented

Okay I don't really know what I'm doing here. But I updated my purs to 0.11.6 and I'm still able to build the thing, along with the project where I'm depending on it (https://github.com/Glorp/purescript-lambness).

Maybe some conflicty dependencies or something? Could you post the output from doing bower list in your project?

Hm I'm using purs current master branch which might be slightly ahead of the currently-published-on-npm-and-stack release. So guess we wait until those get refreshed. Or did you mean you're also using the repo version of purs and still not reproducing the build error?

Glorp commented

Oh, yeah, I'm on 0.11.6, but no dev build. Will wait and see what happens when newer things get to npm then...