Skip to content

Commit

Permalink
Fix 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
isovector committed Mar 31, 2020
1 parent 0c8ba69 commit bce4f6d
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 bce4f6d

Please sign in to comment.