#5701: SafeHaskell causes deepseq to fail to compile
------------------------------+---------------------------------------------
Reporter: tibbe | Owner: dterei
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.3 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Testcase:
Blockedby: | Blocking:
Related: |
------------------------------+---------------------------------------------
SafeHaskell still affects users who haven't opted in to using it. Using
the ghc-7.4 branch:
{{{
$ cabal install -w /Users/tibell/src/ghc/inplace/bin/ghc-stage2
Configuring deepseq-1.2.0.1...
Preprocessing library deepseq-1.2.0.1...
Building deepseq-1.2.0.1...
[1 of 1] Compiling Control.DeepSeq ( Control/DeepSeq.hs,
dist/build/Control/DeepSeq.o )
Control/DeepSeq.hs:56:1:
array-0.3.0.3:Data.Array can't be safely imported! The module itself
isn't safe.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5701>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs