summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12042.stderr
blob: 323c5e3693541fe76cc9baf9de26d423a46e6b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
[1 of 3] Compiling T12042[boot]     ( T12042.hs-boot, T12042.o-boot )
[2 of 3] Compiling T12042a          ( T12042a.hs, T12042a.o )
[3 of 3] Compiling T12042           ( T12042.hs, T12042.o )

T12042.hs-boot:2:1: error: [GHC-15843]
    Type constructor ā€˜Sā€™ has conflicting definitions in the module
    and its hs-boot file.
    Main module: type S :: *
                 type S = R
      Boot file: type S :: *
                 data S