Skip to content

Commit 0ab91a5

Browse files
committed
do ryan suggested changes to make sure older ghc with -WCompat doesn't complain
1 parent 05818ce commit 0ab91a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Vector.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ instance Monad Vector where
342342
(>>=) = flip concatMap
343343
#if !(MIN_VERSION_base(4,13,0))
344344
{-# INLINE fail #-}
345-
fail _= empty
345+
fail = Fail.fail -- == \ _str -> empty
346346
#endif
347347

348348
instance Fail.MonadFail Vector where

0 commit comments

Comments
 (0)