using Haskell readline package on Cygwin
Ian Lynagh
igloo at earth.li
Sat Jul 28 16:08:37 EDT 2007
Hi Amir,
On Sun, Jul 08, 2007 at 03:12:27PM +0300, Amir E. Aharoni wrote:
>
> Is it possible to install the readline package manually?
I haven't tried, but I suspect that doing a
darcs get --partial http://darcs.haskell.org/packages/readline/
and then
* removing the build-depend on process in readline.cabal
* running autoreconf
* building with Cabal as described in
http://www.haskell.org/haskellwiki/How_to_install_a_Cabal_package
will work.
Thanks
Ian
More information about the Glasgow-haskell-users
mailing list