This commit is contained in:
Joey Hess 2023-11-20 21:33:09 -04:00
parent 63c79dceef
commit 06fa528408
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -31,5 +31,5 @@ instance Author (a -> a) where
instance Monad m => Author (a -> m a) where
authorJoeyHess = pure
{-# INLINE authorJoeyHess #-}
authorJoeyHessCopyright year v = pure (authorJoeyHessCopyright year v)
authorJoeyHessCopyright year = pure . authorJoeyHessCopyright year
{-# INLINE authorJoeyHessCopyright #-}