Skip to content

Commit

Permalink
First/Last are removed in 8.10!
Browse files Browse the repository at this point in the history
  • Loading branch information
isovector committed Mar 12, 2020
1 parent 0959ca6 commit e7bb6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/QuickCheck/Checkers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import qualified Control.Exception as Ex
import Data.List (foldl')
import Data.List.NonEmpty (NonEmpty (..))
import Data.Monoid hiding (
#if __GLASGOW_HASKELL__ <= 810
#if __GLASGOW_HASKELL__ < 810
First, Last
#endif
)
Expand Down

0 comments on commit e7bb6fc

Please sign in to comment.