[GHC] #15920: Implement a flag which disables safe Haskell
GHC
ghc-devs at haskell.org
Mon Nov 19 21:51:54 UTC 2018
#15920: Implement a flag which disables safe Haskell
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.3
Component: Compiler | Version: 8.6.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
When adding a plugin to a module, it marks the module as unsafe. If I
automatically run a plugin on every module I build then all the modules
are therefore marked unsafe.
This means that libraries start failing to compile as the safety
properties change. However, I don't care about safe haskell and want to
turn off this error but there appears to be no way to do so.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15920>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list