- Aug 26, 2012
-
-
judah authored
This fixes the build on ghc>=7.6.1, which no longer provides the extensible-exceptions package by default. (Haskeline's own dependency on extensible-exceptions was removed in haskeline-0.7.0.0.)
-
- Jul 22, 2012
-
-
judah authored
This removes the dependency on the utf8-string package (except for ghc<7.4.1). A few minor encoding/decoding corner cases were also fixed.
-
- Aug 20, 2010
-
-
judah authored
-
- Sep 14, 2009
-
-
judah authored
This can happen when installing a development version of Haskeline, if the required version of terminfo hasn't yet been uploaded to Hackage.
-
- Aug 14, 2009
-
-
judah authored
-
- May 24, 2009
-
-
judah authored
Fix ghc issue #3258: don't leave an a.out file in the current directory when configure checks for iconv.
-
- Apr 21, 2009
-
-
judah authored
Update Setup script to pull -I and -L dirs from the package dependencies. (e.g. the rts package can point to /usr/local/lib on OpenBSD.)
-
- Feb 15, 2009