X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FWord.hs;h=aaa7fd7e6096b9fb33c9c1c0efb225ed46a66005;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=b81a7d95953614eb26b384d597003c7e524bfe9b;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Word.hs b/Data/Word.hs index b81a7d9..aaa7fd7 100644 --- a/Data/Word.hs +++ b/Data/Word.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : portable -- --- $Id: Word.hs,v 1.3 2002/03/14 12:09:49 simonmar Exp $ +-- $Id: Word.hs,v 1.4 2002/04/24 16:31:43 simonmar Exp $ -- -- Sized unsigned integer types. --