blob: 48287cd65001f90e49c4cfdc7651798c481a6c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[1 of 3] Processing p
[1 of 1] Compiling A[sig] ( p/A.hsig, nothing )
[2 of 3] Processing q
[1 of 1] Compiling A[sig] ( q/A.hsig, nothing )
[3 of 3] Processing r
[1 of 2] Compiling A[sig] ( r/A.hsig, nothing )
bkpfail04.bkp:7:9: error:
Type constructor ‘A’ has conflicting definitions in the module
and its hsig file
Main module: data A = A {foo :: GHC.Types.Int}
Hsig file: data A = A {bar :: GHC.Types.Bool}
The constructors do not match:
The record label lists for ‘A’ differ
The types for ‘A’ differ
|