Skip to content

Commit 4bc59df

Browse files
authored
Merge pull request #9077 from haskell/mergify/bp/3.10/pr-9071
Avoid dodgy Rep (..) import in Cabal-syntax (backport #9071)
2 parents 79ffd51 + 2722e81 commit 4bc59df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal-syntax/src/Distribution/Compat/Prelude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ import Data.Word (Word, Word16, Word32, Word64, Word8)
186186
import Distribution.Compat.Binary (Binary (..))
187187
import Distribution.Compat.Semigroup (Semigroup (..), gmappend, gmempty)
188188
import Distribution.Compat.Typeable (TypeRep, Typeable, typeRep)
189-
import GHC.Generics ((:*:) ((:*:)), (:+:) (L1, R1), Generic, K1 (unK1), M1 (unM1), Rep (..), U1 (U1), V1)
189+
import GHC.Generics (Generic (..), K1 (unK1), M1 (unM1), U1 (U1), V1, (:*:) ((:*:)), (:+:) (L1, R1))
190190
import System.Exit (ExitCode (..), exitFailure, exitSuccess, exitWith)
191191
import Text.Read (readMaybe)
192192

0 commit comments

Comments
 (0)