[GHC] #7864: --make -dynamic-too doesn't work

GHC cvs-ghc at haskell.org
Fri Apr 26 02:17:12 CEST 2013


#7864: --make -dynamic-too doesn't work
---------------------------------+------------------------------------------
    Reporter:  igloo             |       Owner:  igloo           
        Type:  bug               |      Status:  new             
    Priority:  high              |   Milestone:  7.8.1           
   Component:  Compiler          |     Version:  7.7             
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
 `--make -dynamic-too` doesn't work yet.

 I think that the best fix will be to unify the two different code paths
 that `-c` and `--make` use to do more-or-less the same thing (the Hsc
 phase).

 In the mean-time, this means that Cabal can't use -dynamic-too, so I've
 marked it as not supported in `compilerInfo` in `DynFlags`.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7864>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list