diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-07-22 19:13:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-22 19:13:38 +0000 |
commit | a9b76bdfc24f9056718d0510c3e029a7ce644286 (patch) | |
tree | d8da4964eab168fc531d698e282e437953628fc3 | |
parent | eb330a3d86f2793fe39f54888b5c2cb5b8b084bf (diff) |
Added a comment
-rw-r--r-- | doc/forum/Webapp_on_ARM/comment_1_82ac40cef5b59070136527b8d81a5ce2._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Webapp_on_ARM/comment_1_82ac40cef5b59070136527b8d81a5ce2._comment b/doc/forum/Webapp_on_ARM/comment_1_82ac40cef5b59070136527b8d81a5ce2._comment new file mode 100644 index 000000000..00e3fed26 --- /dev/null +++ b/doc/forum/Webapp_on_ARM/comment_1_82ac40cef5b59070136527b8d81a5ce2._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.1.10" + subject="comment 1" + date="2013-07-22T19:13:38Z" + content=""" +To build the WebApp on arm, you need a ghc that supports template haskell on arm. While I have heard persistent rumors of such a thing existing, I have yet to see it. + +It's possible to build the WebApp on arm without that, but it's a complicated process, involving first building on x86 with the same versions of the haskell libraries that you have on the arm system, and then using the EvilSplicer to generate a source tree with the template haskell expanded, which can then be built on arm. This build process is not really suitable for a Debian package. +"""]] |