[commit: packages/haskeline] master: Depend on the `exceptions` package. (#97) (f61f592)
git at git.haskell.org
git at git.haskell.org
Tue Nov 27 20:23:26 UTC 2018
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/f61f592988c2de16c1ab10c617b8c4f6db851f3f
>---------------------------------------------------------------
commit f61f592988c2de16c1ab10c617b8c4f6db851f3f
Author: Judah Jacobson <judah at users.noreply.github.com>
Date: Sat Oct 20 09:20:37 2018 -0700
Depend on the `exceptions` package. (#97)
Removes `System.Console.Haskeline.MonadException`; now
we use class constraints from `Control.Monad.Catch`.
>---------------------------------------------------------------
f61f592988c2de16c1ab10c617b8c4f6db851f3f
System/Console/Haskeline.hs | 28 ++--
System/Console/Haskeline/Backend/DumbTerm.hs | 6 +-
System/Console/Haskeline/Backend/Posix.hsc | 22 +--
System/Console/Haskeline/Backend/Posix/Encoder.hs | 5 +-
System/Console/Haskeline/Backend/Terminfo.hs | 10 +-
System/Console/Haskeline/Backend/Win32.hsc | 21 ++-
System/Console/Haskeline/Backend/Win32/Echo.hs | 8 +-
System/Console/Haskeline/Command/History.hs | 3 +-
System/Console/Haskeline/Emacs.hs | 8 +-
System/Console/Haskeline/IO.hs | 1 +
System/Console/Haskeline/InputT.hs | 23 +--
System/Console/Haskeline/MonadException.hs | 180 ----------------------
System/Console/Haskeline/Monads.hs | 59 +------
System/Console/Haskeline/Prefs.hs | 3 +-
System/Console/Haskeline/RunCommand.hs | 8 +-
System/Console/Haskeline/Term.hs | 26 ++--
System/Console/Haskeline/Vi.hs | 8 +-
haskeline.cabal | 8 +-
stack.yaml | 3 +
19 files changed, 124 insertions(+), 306 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc f61f592988c2de16c1ab10c617b8c4f6db851f3f
More information about the ghc-commits
mailing list