Skip to content

Commit 7b75325

Browse files
committed
Avoid dodgy Rep (..) import in Cabal-syntax
Fixes #9070.
1 parent 1723d22 commit 7b75325

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
@@ -248,7 +248,7 @@ import Data.Word (Word, Word16, Word32, Word64, Word8)
248248
import Distribution.Compat.Binary (Binary (..))
249249
import Distribution.Compat.Semigroup (Semigroup (..), gmappend, gmempty)
250250
import Distribution.Compat.Typeable (TypeRep, Typeable, typeRep)
251-
import GHC.Generics (Generic, K1 (unK1), M1 (unM1), Rep (..), U1 (U1), V1, (:*:) ((:*:)), (:+:) (L1, R1))
251+
import GHC.Generics (Generic (..), K1 (unK1), M1 (unM1), U1 (U1), V1, (:*:) ((:*:)), (:+:) (L1, R1))
252252
import System.Exit (ExitCode (..), exitFailure, exitSuccess, exitWith)
253253
import Text.Read (readMaybe)
254254

0 commit comments

Comments
 (0)