Closed GoogleCodeExporter closed 9 years ago
It would be a helpful stopgap to publish a list of specific versions known to
work. I'm trying out the current latest haskell-platform and using "cabal-dev
install-deps"
Original comment by mth...@gmail.com
on 27 Sep 2012 at 3:13
Our plan is to phase out the haskell component and reimplement as a pure java
library. In the meantime, a few observations:
- The haskell component does compile with the 2009 libraries. In order to
build lslforge, the dependencies have to be built in a specific order. The
technique I've found that had minor success was to run "cabal install
--dry-run", install the topmost missing dependency, repeat.
- The OS X build system can compile 32-bit, but there is a known issue in GHC
10.4 that causes it to crash on 64-bit Macs. There is a manual fix to force
GHC to build a 32-bit binary.
If there is an interest in doing this, I can compile docs on how to reproduce
the build cycle on mac/linux/windows.
Original comment by elnew...@gmail.com
on 26 Oct 2012 at 3:08
I am very interested in this - Given the plans to phase it out, I wouldn't want
you to spend all that much time on docs, but even a log or order on one OS
architecture would be useful.
Original comment by mth...@gmail.com
on 26 Oct 2012 at 3:57
Original issue reported on code.google.com by
mth...@gmail.com
on 22 Aug 2012 at 12:04