This project is mirrored from https://github.com/judah/haskeline.
Pull mirroring updated .
- 22 Mar, 2015 1 commit
-
-
judah authored
-
- 20 Mar, 2015 2 commits
- 11 Mar, 2015 2 commits
-
-
judah authored
Allow new filepath-1.4 for GHC 7.10.1RC3
-
Herbert Valerio Riedel authored
See haskell/filepath@d039d5ae
-
- 20 Jan, 2015 2 commits
- 16 Dec, 2014 2 commits
- 04 Nov, 2014 2 commits
-
-
Andrés Sicard-Ramírez authored
This simplies the installation with GHC < 7.6.
-
Andrés Sicard-Ramírez authored
-
- 27 Sep, 2014 2 commits
-
-
judah authored
Fix TODO: messageState param not needed anymore
-
Philip Dexter authored
-
- 23 Sep, 2014 1 commit
-
-
judah authored
Use explicit forall syntax to avoid warning
-
- 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.
-
- 18 Sep, 2014 1 commit
-
-
judah authored
Changes to accomodate GHC HEAD/7.10
-
- 16 Sep, 2014 1 commit
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 09 Sep, 2014 1 commit
-
-
Herbert Valerio Riedel authored
base needed a major version bump due to AMP landing
-
- 12 Jun, 2014 3 commits
- 07 May, 2014 1 commit
-
-
judah authored
Add support for transformers-0.4.0.0
-
- 06 May, 2014 1 commit
-
-
Herbert Valerio Riedel authored
-
- 21 Feb, 2014 1 commit
-
-
joneshf authored
-
- 01 Feb, 2014 1 commit
-
-
Krzysztof Gogolewski authored
This is for compatibility with GHC Trac #4426
-
- 15 Jan, 2014 1 commit
-
-
judah authored
-
- 14 Jan, 2014 2 commits
- 19 Nov, 2013 2 commits
- 18 Nov, 2013 1 commit
-
-
judah authored
-
- 17 Nov, 2013 1 commit
-
-
judah authored
-
- 03 Nov, 2013 1 commit
-
-
judah authored
This lets Hackage pick it up automatically.
-
- 02 Nov, 2013 6 commits
-
-
judah authored
-
judah authored
Updating the minor version number since we've added 'catches' to System.Console.Haskeline.MonadException.
-
judah authored
-
judah authored
-
judah authored
Add missing Functor/Applicative instances (re #1)
-
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>
-
- 31 Oct, 2013 1 commit
-
-
judah authored
The unit tests are pretty flaky with respect to timing. Compiling Unit.hs seems to help (rather than "runghc Unit.hs" as it was before).
-