[commit: packages/Cabal] ghc-head: Initial implementation of repl command (f05ebbc)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:29:21 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=f05ebbcbd42ef14273a40336fc95868e5891193c

>---------------------------------------------------------------

commit f05ebbcbd42ef14273a40336fc95868e5891193c
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Mon Jul 29 04:02:21 2013 +0100

    Initial implementation of repl command
    
    No support yet for ovreriding the ghci :reload command.
    No support in build or repl for module/file targets.
    Not yet tested with sandboxes.


>---------------------------------------------------------------

f05ebbcbd42ef14273a40336fc95868e5891193c
 Cabal/Distribution/Simple.hs           |   27 ++-
 Cabal/Distribution/Simple/Build.hs     |  287 ++++++++++++++++++++++++--------
 Cabal/Distribution/Simple/GHC.hs       |   66 ++++++--
 Cabal/Distribution/Simple/Setup.hs     |  102 +++++++++++-
 Cabal/Distribution/Simple/UserHooks.hs |   12 +-
 cabal-install/Main.hs                  |   29 ++++
 6 files changed, 440 insertions(+), 83 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 f05ebbcbd42ef14273a40336fc95868e5891193c




More information about the ghc-commits mailing list