... shared libraries: libHShashable-1.2.6.0-3tyIJq2bWc6AwvrDmNvwy7-ghc8.0.2.so: cannot open shared object file: No such file or directory The package haskell-hashable 1.2.6.1-1.1 Built 2017-06-25 does not include this file. I'm assuming cabal-install needs to be rebuilt with the new library. Furthermore ...
... it is not available for Pogoplug. (Well, there's an orphaned page on AUR .) Compiling twidge seems to be a harder task, since it depends on Haskell and I'm not that experienced in compiling. Well, and it feels like taking a sledgehammer for cracking a nut. ;) Do you have any hints? TIA.
I am unable to build https://aur.archlinux.org/packages.php?ID=12483 because haskell-utf8-string depency is missing and a couple of other packages. Do you have to build them from cabal? or does anyone know a repository that has XMonad built for the ARM?
I have modified/created two PKGBUILDs to make it possible to get a working installation of GHC (The Glasgow Haskell Compiler): ghc-llvm - A minimal install of llvm 3.5.2 (just the llc and opt binaries) for ghc to use. ghc - GHC itself, built to depend on ghc-llvm rather than ...