Skip to content

HsOpenSSL fails to build with GHC 9.12 due to Setup.hs #99

@sternenseemann

Description

@sternenseemann
[1 of 2] Compiling Main             ( Setup.hs, /build/tmp.Tt5zAR40li/Main.o )
Setup.hs:75:44: error: [GHC-16444]
    • non-bidirectional pattern synonym ‘ConfigCommonFlags’ used in an expression
    • In a record update at field ‘configVerbosity’
      and with pattern synonym ‘ConfigCommonFlags’.
      In the second argument of ‘setFlag’, namely
        ‘cfg {configVerbosity = toFlag silent}’
      In the second argument of ‘($)’, namely
        ‘setFlag (mkFlagName f) cfg {configVerbosity = toFlag silent}’
   |
75 |                     setFlag (mkFlagName f) cfg { configVerbosity = toFlag silent }
   |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions