Skip to content
  • quchen's avatar
    Remove duplicate definition of adjustSize (#3952) · be9992db
    quchen authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
    This definition was both in the module, and in a CPP-conditionally imported
    other module. This patch removes this redundancy.
    
    In the normal Cabal build this was not an issue, since it uses a newer version
    of QuickCheck. The Stack-based build however still uses an old one, which lead
    to both the import as well as the local definition from being in the code. The
    testsuite would then fail with a duplicate definition error.
    
    Fixes haskell/cabal#3950
    be9992db