I'm trying to use stack to install and run GCHJS. Can someone help me 
figure out this error?

I first created project 'proj01' using the ghcjs template via

    stack new proj01 ghcjs

Then I typed 

    stack build

It ran for a while, then gave an error messages that starts

    "While building custom Setup.hs for package semigroupoids-5.0.0.4 using 
.... <very long description>, Process exited with code ExitFailure 1"

But it didn't halt. Instead it started compiling Main.hs, and ended up 
saying

"at least the following dependencies are missing: tagged >= 0.8.5 && <1 && 
==0.8.1"

I tried adding "tagged" to the extra-deps in the stack.yaml, but it didn't 
help.

-- 
You received this message because you are subscribed to the Google Groups 
"haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haskell-stack+unsubscr...@googlegroups.com.
To post to this group, send email to haskell-stack@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/haskell-stack/02d408c7-0230-4028-bb99-00b335b4b32d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to