Serge S. Gulin pushed to branch wip/T24603 at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • libraries/Cabal
    1
    -Subproject commit 703582f80f6d7f0c914ef4b885affcfc7b7b6ec8
    1
    +Subproject commit 26f1cd7a3a01ad5c5bdfd8a240654e9233bc298a

  • libraries/ghc-internal/jsbits/base.js
    1 1
     //#OPTIONS: CPP
    
    2 2
     #include "HsBaseConfig.h"
    
    3 3
     
    
    4
    -// #define GHCJS_TRACE_IO 1
    
    4
    +#define GHCJS_TRACE_IO 1
    
    5 5
     
    
    6 6
     #ifdef GHCJS_TRACE_IO
    
    7 7
     function h$logIO() { h$log.apply(h$log, arguments); }