blob: 91dea5553f7852f01c9b7ffaa8a5d68e8c189953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[1 of 2] Processing p
[1 of 1] Compiling ShouldFail[sig] (.hsig -> nothing)
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[ShouldFail=base-4.9.0.0:Data.STRef]
Instantiating p[ShouldFail=base-4.9.0.0:Data.STRef]
[1 of 1] Compiling ShouldFail[sig] (.hsig -> .o)
<no location info>: error:
The hsig file (re)exports ‘Data.STRef.Lazy.newSTRef’
but the implementing module exports a different identifier ‘GHC.STRef.newSTRef’
|