Skip to content

Please ensure cabal does not warn for incomplete-uni-patterns  #6355

Closed
@tomjaguarpaw

Description

@tomjaguarpaw

As per this accepted GHC proposal, GHC will add incomplete-uni-patterns and incomplete-record-updates to -Wall. Could you please ensure that the following files do not give any warnings for incomplete-uni-patterns, perhaps by setting the pragma below? (A clean compile of cabal is needed to build GHC.)

{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}

  • Cabal/Distribution/Backpack/Configure.hs
  • Cabal/Distribution/Parsec.hs
  • Cabal/Distribution/Simple/Build/Macros.hs
  • Cabal/Distribution/Simple/GHC.hs
  • Cabal/Distribution/Simple/GHCJS.hs
  • Cabal/Distribution/Simple/UHC.hs
  • Cabal/Distribution/Simple/Test/LibV09.hs
  • Cabal/Distribution/Simple/BuildTarget.hs
  • Cabal/Distribution/Simple/ShowBuildInfo.hs
  • Cabal/Cabal/Distribution/Simple/Haddock.hs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions