Hi Carter, and other Idris fans,
2012/9/28 Carter Schonwald <
carter.s...@gmail.com>:
> or at least factored into a github pull request? :)
what exactly are you asking for?
The GHC 7.6 patch for Idris itself is merged, but the Haskeline
0.6.4.6 patch for GHC 7.6 isn't merged into Haskeline. I didn't send
it to Haskeline's maintainer since 0.6.x are all old versions of
Haskeline. The newer 0.7.x versions can be built with GHC 7.6, but the
interface is different from 0.6.x and does not work out-of-the-box
with Idris.
I will append the Haskeline 0.6.4.6 for GHC 7.6 (it's a trivial one).
You can apply it in the toplevel directory of Haskeline 0.6.4.6's
source by
patch -p1 < /path/to/haskeline-0.6.4.6_ghc7.6.diff
und get a 0.6.4.7 version to not confuse cabal.
Anyway, imho this is only a quick-and-dirty workaround.
Dirk