X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FWord.hs;h=980de4d0a5a92e42fae186f8ce8c65cac80b9b16;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=aaa7fd7e6096b9fb33c9c1c0efb225ed46a66005;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Data/Word.hs b/Data/Word.hs index aaa7fd7..980de4d 100644 --- a/Data/Word.hs +++ b/Data/Word.hs @@ -3,14 +3,12 @@ -- | -- Module : -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : portable -- --- $Id: Word.hs,v 1.4 2002/04/24 16:31:43 simonmar Exp $ --- -- Sized unsigned integer types. -- -----------------------------------------------------------------------------