[commit: packages/binary] master: Fix typo. (c895607)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 20:31:02 UTC 2016


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/c895607a2c0c3186d757028161621aca02b93fb4

>---------------------------------------------------------------

commit c895607a2c0c3186d757028161621aca02b93fb4
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Tue Apr 19 17:42:34 2016 +0200

    Fix typo.


>---------------------------------------------------------------

c895607a2c0c3186d757028161621aca02b93fb4
 src/Data/Binary/Put.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Data/Binary/Put.hs b/src/Data/Binary/Put.hs
index cc6e414..36aa6a5 100644
--- a/src/Data/Binary/Put.hs
+++ b/src/Data/Binary/Put.hs
@@ -158,7 +158,7 @@ mappend' :: Put -> Put -> Put
 mappend' m k = Put $
     let PairS _ w  = unPut m
         PairS _ w' = unPut k
-    in PairS () (w `Monodid.mappend` w')
+    in PairS () (w `Monoid.mappend` w')
 {-# INLINE mappend' #-}
 
 #ifdef HAS_SEMIGROUP



More information about the ghc-commits mailing list