Skip to content

Commit

Permalink
Merge pull request #9077 from haskell/mergify/bp/3.10/pr-9071
Browse files Browse the repository at this point in the history
Avoid dodgy Rep (..) import in Cabal-syntax (backport #9071)
  • Loading branch information
mergify[bot] authored Jul 12, 2023
2 parents 79ffd51 + 2722e81 commit 4bc59df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-syntax/src/Distribution/Compat/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ import Data.Word (Word, Word16, Word32, Word64, Word8)
import Distribution.Compat.Binary (Binary (..))
import Distribution.Compat.Semigroup (Semigroup (..), gmappend, gmempty)
import Distribution.Compat.Typeable (TypeRep, Typeable, typeRep)
import GHC.Generics ((:*:) ((:*:)), (:+:) (L1, R1), Generic, K1 (unK1), M1 (unM1), Rep (..), U1 (U1), V1)
import GHC.Generics (Generic (..), K1 (unK1), M1 (unM1), U1 (U1), V1, (:*:) ((:*:)), (:+:) (L1, R1))
import System.Exit (ExitCode (..), exitFailure, exitSuccess, exitWith)
import Text.Read (readMaybe)

Expand Down

0 comments on commit 4bc59df

Please sign in to comment.