[GHC] #11683: compiled files don't load in ghci
GHC
ghc-devs at haskell.org
Sun Mar 6 17:34:26 UTC 2016
#11683: compiled files don't load in ghci
-------------------------------------+-------------------------------------
Reporter: George | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Compiler | Version: 8.0.1-rc2
Resolution: | Keywords:
Operating System: MacOS X | Architecture:
Type of failure: Incorrect result | Unknown/Multiple
at runtime | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
`-DYNAMIC` is not the same as `-dynamic`. (`-DYNAMIC` defines the C
preprocessor symbol `YNAMIC`.) Does it work for you if you run `ghc
-dynamic bug.hs`? It seems to work correctly for me.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11683#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list