blob: 0b66c2da36a39a16b6375f5c07a980e0d7b7e7bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[1 of 3] Processing q
[1 of 2] Compiling M1 ( q/M1.hs, nothing )
[2 of 2] Compiling M2[sig] ( q/M2.hsig, nothing )
[2 of 3] Processing m2
Instantiating m2
[1 of 1] Compiling M2 ( m2/M2.hs, nothing )
[3 of 3] Processing p
Instantiating p
[1 of 1] Including q[M2=m2:M2]
Instantiating q[M2=m2:M2]
[1 of 2] Compiling M1 ( q/M1.hs, nothing )
[2 of 2] Compiling M2[sig] ( q/M2.hsig, nothing )
bkpfail03.bkp:3:9: error:
The hsig file (re)exports ‘M1.M’
but the implementing module exports a different identifier ‘M2.M’
|