Skip to content

Commit

Permalink
Merge pull request #45 from isovector/fix-810
Browse files Browse the repository at this point in the history
Fix 8.10
  • Loading branch information
conal authored May 4, 2020
2 parents 25bb03f + bce4f6d commit 128af4e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Test/QuickCheck/Checkers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ import Control.Arrow ((***),first)
import qualified Control.Exception as Ex
import Data.List (foldl')
import Data.List.NonEmpty (NonEmpty (..))
import Data.Monoid hiding (
#if __GLASGOW_HASKELL__ < 810
First, Last
#endif
)
import Data.Monoid hiding (First, Last)

import Data.Complex
import Data.Proxy
Expand Down

0 comments on commit 128af4e

Please sign in to comment.