IxpertaSolutions / freer-effects

An implementation of "Freer Monads, More Extensible Effects".
BSD 3-Clause "New" or "Revised" License
65 stars 12 forks source link

build failure: NonDet not in scope #49

Open DanBurton opened 7 years ago

DanBurton commented 7 years ago

As seen on the stackage build server:

[8 of 9] Compiling NonDet           ( examples/src/NonDet.hs, dist/build/freer-examples/freer-examples-tmp/NonDet.o )

examples/src/NonDet.hs:8:16: error:
    Not in scope: type constructor or class ‘NonDet’
  |
8 | ifte :: Member NonDet r
  |                ^^^^^^

examples/src/NonDet.hs:12:20: error:
    Not in scope: type constructor or class ‘NonDet’
   |
12 | testIfte :: Member NonDet r => Eff r Int
   |                    ^^^^^^
liskin commented 7 years ago

This, I think, is fixed on master. We should really do a release soon.

mbbx6spp commented 6 years ago

Please do. :)

xkollar commented 6 years ago

Subtle :-).

KtorZ commented 6 years ago

Any updates on that one ^.^ ?

It seems to only be an issue when compiling with ghc-8.2.2

fosskers commented 6 years ago

Any updates?