Closed Arminius closed 10 years ago
I bumped the version of haskeline
on master that seemed to be causing the version conflict on 7.6.3. Let me know if that fixes your problem.
Also made pandoc an optional dependency.
Thanks! That solved that issue. Only remaining problem is that llvm-general fails because Arch comes with llvm-3.4, but that's another issue. I'll see if it works with the fix described in #2.
When I try to set up the cabal sandbox, cabal tells me that installing the missing packages would break everything:
When I do use --force-reinstalls, the build fails:
Further up in the log, these are the errors for directory-1.0.0.3:
So among other things, the library directory depends on obsolete functions in the prelude which are no longer included in GHC. Which versions of GHC does kaleidoscope support?
For further information: I am running ghc-7.6.3 and cabal-1.18.0.3 on Arch Linux.