[Hackage] #869: patch to make --enable-executable-dynamic work for TemplateHaskell

#869: patch to make --enable-executable-dynamic work for TemplateHaskell ----------------------------+----------------------------------------------- Reporter: juhp | Owner: Type: defect | Status: new Priority: normal | Milestone: Cabal-1.12 Component: Cabal library | Version: HEAD Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- The attached patch fixes --enable-executable-dynamic failing when building a executable that uses template-haskell. The patch just makes ghc output .dyn_hi and .dyn_o files and builds like for executable profiling: ie first build a vanilla executable for ghci loading and then the dynamic executable to keep ghc happy. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/869 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#869: patch to make --enable-executable-dynamic work for TemplateHaskell ----------------------------+----------------------------------------------- Reporter: juhp | Owner: Type: defect | Status: new Priority: normal | Milestone: Cabal-1.12 Component: Cabal library | Version: HEAD Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: | ----------------------------+----------------------------------------------- Comment(by elga): * [http://www.releve-identite-operateur.fr/rio-simyo.html simyo] -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/869#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage