0

There isn't a ghc package for armv6, which is what the pi uses. It does not need to be able to compile on the pi, just run on it.

Christopher King
  • 119
  • 1
  • 12

1 Answers1

1

I don't believe GHC support ARM as an official platform and thus there is limited usability in ARMv5 & ARMv7 and it was not building for ARMv6.

Mike
  • 9
  • 1