This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- 23 Nov, 2015 1 commit
-
-
Herbert Valerio Riedel authored
This flips the AMP instance definitions into canonical form and makes the code a bit more future proof.
-
- 02 Nov, 2013 1 commit
-
-
Herbert Valerio Riedel authored
This is needed to silence GHC 7.8's AMP warnings, see also http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Missing_superclasses for more information. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 13 May, 2012 1 commit
-
-
judah authored
-
- 21 Aug, 2010 1 commit
-
-
judah authored
Minor refactor: represent the prefix as a [Grapheme] in internal functions, rather than as a String.
-
- 09 Sep, 2009 1 commit
-
-
judah authored
-
- 22 Jun, 2009 1 commit
-
-
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.
-
- 18 Jun, 2009 1 commit
-
-
judah authored
-
- 16 Jun, 2009 1 commit
-
-
judah authored
-
- 09 Jun, 2009 1 commit
-
-
judah authored
Refactor how vi-mode repeated commands are treated. Also fixes the behavior of dw,cw,ce,etc. (see #86).
-
- 08 Jun, 2009 1 commit
-
-
judah authored
-
- 07 Jun, 2009 1 commit
-
-
judah authored
-
- 23 Dec, 2008 1 commit
-
-
judah authored
-
- 22 Dec, 2008 1 commit
-
-
judah authored
-
- 07 Dec, 2008 1 commit
-
-
judah authored
-
- 05 Dec, 2008 1 commit
-
-
judah authored
-
- 02 Dec, 2008 1 commit
-
-
judah authored
-
- 14 Nov, 2008 1 commit
-
-
judah authored
-
- 26 Sep, 2008 1 commit
-
-
judah authored
Second try: Ensure that we move past the line after finishing, even if an exception occurs that we didn't control (for example, darcs or ghci's SIGINT handlers).
-
- 25 Sep, 2008 1 commit
-
-
judah authored
-
- 03 Aug, 2008 1 commit
-
-
judah authored
-
- 07 Jul, 2008 1 commit
-
-
judah authored
-
- 03 Jul, 2008 1 commit
-
-
judah authored
-
- 01 Jul, 2008 1 commit
-
-
judah authored
-
- 26 Jun, 2008 2 commits
- 19 Jun, 2008 2 commits
- 14 Jun, 2008 1 commit
-
-
judah authored
-
- 09 Jun, 2008 1 commit
-
-
judah authored
Refactor; have new type CmdAction; now tab completion paging works properly (overwriting the '--More--' message).
-
- 07 Jun, 2008 1 commit
-
-
judah authored
-
- 04 Jun, 2008 1 commit
-
-
judah authored
Added optional ctrl-c handling. If the handleInterrupt setting is True, then on ctrl-c we throw an exception. Only works with posix, for now.
-
- 25 May, 2008 1 commit
-
-
judah authored
-
- 18 May, 2008 1 commit
-
-
judah authored
-
- 17 May, 2008 1 commit
-
-
judah authored
-
- 16 May, 2008 1 commit
-
-
judah authored
-
- 15 May, 2008 2 commits
- 13 May, 2008 1 commit
-
-
judah authored
-
- 12 May, 2008 1 commit
-
-
judah authored
-
- 10 May, 2008 1 commit
-
-
judah authored
-