blob: 522985db3908b95cc44d45108d8687d03b5c9c89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[1 of 4] Processing p
[1 of 2] Compiling H[sig] ( p/H.hsig, nothing )
[2 of 2] Compiling M ( p/M.hs, nothing )
[2 of 4] Processing q
[1 of 2] Compiling H2[sig] ( q/H2.hsig, nothing )
[2 of 2] Compiling N ( q/N.hs, nothing )
[3 of 4] Processing badimpl
Instantiating badimpl
[1 of 1] Compiling H2 ( badimpl/H2.hs, bkpfail22.out/badimpl/H2.o )
[4 of 4] Processing check
Instantiating check
[1 of 2] Including q[H2=badimpl:H2]
Instantiating q[H2=badimpl:H2]
[1 of 2] Compiling H2[sig] ( q/H2.hsig, bkpfail22.out/q/q-FjwGsuDQ5qiKUCvnEATUA9/H2.o )
bkpfail22.bkp:16:9: error:
Type constructor ‘badimpl:H2.S’ has conflicting definitions in the module
and its hsig file
Main module: type badimpl:H2.S = ()
Hsig file: type badimpl:H2.S = GHC.Types.Bool
|