Closed simonLeary42 closed 1 year ago
Hi @simonleary-umass-edu! I'm afraid I can't help you much. I wrote that code over 10 years ago, and I have not touched it since. IIRC stackage was not around at that time, and dependency management in Haskell was a bit YOLO. For the past 8 years I have mostly been working with F#, and my Haskell and PureScript skills are not very up to date.
OK, I understand. Thanks for the quick reply
I got it installed with the following list of packages:
Excellent! Thank you!
I'm trying to build this but I keep getting the following error:
I tried ubuntu 14.04, 16.04, 18.04, and then with 20.04 it stopped making that error. Then it got a bunch of compiler errors due to type checking.
spiderman.cabal
doesn't specify versions on any of its dependencies so I'm assumingcabal
installed the latest packages which are no longer compatible.On what OS did this compile? Using what version of Haskell?