google-code-export / omega

Automatically exported from code.google.com/p/omega
Other
2 stars 0 forks source link

re-enable readline support #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
tim has disabled readline because his ghc setup did not contain the right libs.

Original issue reported on code.google.com by ggr...@gmail.com on 4 Jul 2008 at 5:20

GoogleCodeExporter commented 9 years ago
this is now as simple as:

cd src
## ensure nothing is checked out:
svn status
svn merge -r182:183 https://omega.googlecode.com/svn/branches/llvm-gen/src .
## REBUILD, TEST
svn ci -m "reapply Readline functionality"

Original comment by ggr...@gmail.com on 23 Aug 2008 at 9:19

GoogleCodeExporter commented 9 years ago
This is a possible recipe how to get Readline back on Windows:
http://kayalang.org/download/compiling/windows/readline

Original comment by ggr...@gmail.com on 26 Aug 2008 at 9:19

GoogleCodeExporter commented 9 years ago
http://hackage.haskell.org/packages/archive/editline/0.2.1.0/doc/html/System-Con
sole-Editline-Readline.html

is probably the way to go.

Original comment by ggr...@gmail.com on 19 Jan 2009 at 5:13

GoogleCodeExporter commented 9 years ago
fixed by r196.

Original comment by ggr...@gmail.com on 19 Jan 2009 at 5:19