Skip to content

fails to compile with newer text #12

Closed
@alaendle

Description

@alaendle
       /home/curators/work/unpack-dir/unpacked/registry-0.6.3.1-300c5cd02de3f834cdb3f22a21d037b1a9eb6d4e4576aacc834b99166624176b/src/Data/Registry/Internal/Reflection.hs:76:43: error: [GHC-87543]
           Ambiguous occurrence ‘show’.
           It could refer to
              either ‘T.show’,
                     imported from ‘Data.Text’ at src/Data/Registry/Internal/Reflection.hs:10:1-21,
                  or ‘P.show’,
                     imported from ‘Protolude’ at src/Data/Registry/Internal/Reflection.hs:12:1-69.
          |
       76 |     (con, args) -> showType con <> " " <> show (fmap showSingleType args)
          |                                           ^^^^

       /home/curators/work/unpack-dir/unpacked/registry-0.6.3.1-300c5cd02de3f834cdb3f22a21d037b1a9eb6d4e4576aacc834b99166624176b/src/Data/Registry/Internal/Reflection.hs:80:81: error: [GHC-87543]
           Ambiguous occurrence ‘show’.
           It could refer to
              either ‘T.show’,
                     imported from ‘Data.Text’ at src/Data/Registry/Internal/Reflection.hs:10:1-21,
                  or ‘P.show’,
                     imported from ‘Protolude’ at src/Data/Registry/Internal/Reflection.hs:12:1-69.
          |
       80 |        in if mustShowModuleName typeWithModuleName then typeWithModuleName else show x
          |                                                                                 ^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions