Ticket #5701 (closed bug: fixed)
SafeHaskell causes deepseq to fail to compile
| Reported by: | tibbe | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.1 |
| Component: | libraries (other) | Version: | 7.3 |
| Keywords: | Cc: | johan.tibell@…, dterei | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
