Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • utils/iserv/iserv.cabal.in
    ... ... @@ -30,6 +30,8 @@ Flag threaded
    30 30
     
    
    31 31
     Executable iserv
    
    32 32
         Default-Language: Haskell2010
    
    33
    +    -- We never know what symbols GHC will look up in the future, so we
    
    34
    +    -- must retain CAFs for running interpreted code.
    
    33 35
         ghc-options: -fkeep-cafs -rtsopts
    
    34 36
         if flag(threaded)
    
    35 37
           ghc-options: -threaded