T9204.hs:6:1: error: Type constructor ‘D’ has conflicting definitions in the module and its hs-boot file Main module: type role D phantom data D a Boot file: {- abstract -} data D a The roles do not match. Roles on abstract types default to ‘representational’ in boot files.