This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- 22 Mar, 2015 1 commit
-
-
judah authored
-
- 22 Sep, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This is currently just a warning in GHC HEAD, but ought to be fixed nevertheless: Variable ‘m’ is implicitly quantified due to a context Use explicit forall syntax instead. This will become an error in GHC 7.12.
-
- 16 Sep, 2014 1 commit
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 12 Oct, 2013 2 commits
- 06 Sep, 2013 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 02 Jul, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 22 Jul, 2012 1 commit
-
-
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.
-
- 18 Jul, 2012 4 commits
-
-
judah authored
A couple cases which are known to have triggered this are: - Entering a long (>2^15) input line - Tab-completing a folder containing many files, with completionPaging:False
-
judah authored
Here "large" means an area of >2^15 cells, e.g., 200x200. Original patch by fryguybob@gmail.com.
-
judah authored
-
judah authored
-
- 17 Jul, 2012 1 commit
-
-
judah authored
Although GHC provides similar functionality by default, it will terminate the program the second time that ctrl-c is pressed. In contrast, wrapInterrupt will throw an exception on every ctrl-c, which is better behavior for the types of programs that use haskeline.
-
- 19 May, 2012 1 commit
-
-
judah authored
-
- 16 May, 2012 1 commit
-
-
judah authored
This prevents warnings about the stdcall calling convention on Win64. This patch was submitted by Ian Lynagh.
-
- 28 Apr, 2012 3 commits
-
-
judah authored
This patch is a modified version of one submitted by Paul van der Walt. It adds a "haskeline_" prefix to all of Haskeline's C symbol names. This avoids clashing symbol names with other packages that implement the same C functions. (In particular, it prevents a clash with vty on "mk_wcswidth".)
-
judah authored
-
judah authored
-
- 23 Mar, 2012 1 commit
-
-
judah authored
This change is in preparation for using ghc>=7.4's encodings.
-
- 20 Feb, 2012 1 commit
-
-
judah authored
GHC has provided ctrl-c handling since ghc-6.10. So that functionality is now redundant.
-
- 16 Oct, 2011 1 commit
-
-
judah authored
I think the regression occured when I fixed #106.
-
- 11 Dec, 2010 1 commit
-
-
judah authored
-
- 06 Dec, 2010 1 commit
-
-
judah authored
-
- 10 Sep, 2010 2 commits
- 30 Aug, 2010 1 commit
-
-
judah authored
-
- 28 Aug, 2010 1 commit
-
-
judah authored
-
- 26 Aug, 2010 1 commit
-
-
judah authored
-
- 22 Aug, 2010 1 commit
-
-
judah authored
This makes the terminal-style versus file-style behaviors explicit. Temporarily breaks the Windows backend.
-
- 25 May, 2010 1 commit
-
-
judah authored
Fix #106: group all keys into one Event (on POSIX), and thus ignore all input after an unrecognized key.
-
- 23 Sep, 2009 1 commit
-
-
judah authored
-
- 05 Sep, 2009 1 commit
-
-
judah authored
-
- 14 Aug, 2009 1 commit
-
-
judah authored
-
- 11 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 07 Jul, 2009 1 commit
-
-
Ian Lynagh authored
-
- 22 Jun, 2009 2 commits
-
-
judah authored
-
judah authored
Summary of changes: - Removed RankNTypes; added Rank2Types, UndecidableInstances - Revamped Command interface to be simpler and more monadic - Refactored key/command processing into new module RunCommand - Begin infrastructure for emacs/vi modes to have their own state. - Make Monad boilerplate a little simpler - TODO: The Windows build is broken.
-
- 03 Jun, 2009 1 commit
-
-
judah authored
Partial fix for #81: Use grapheme clusters to model the line state. Currently only works with combining characters whose Unicode general category is NonSpacingMark.
-
- 24 May, 2009 1 commit
-
-
judah authored
-
- 21 May, 2009 1 commit
-
-
judah authored
-