X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBits.hs;h=c280fe2352901f4a6121e0a9fd78c5d482938025;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=c68ec7588a3f29b9b141b49738ca1ee77329d248;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Bits.hs b/Data/Bits.hs index c68ec75..c280fe2 100644 --- a/Data/Bits.hs +++ b/Data/Bits.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Bits -- 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: Bits.hs,v 1.4 2002/02/05 17:32:25 simonmar Exp $ +-- $Id: Bits.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $ -- -- Bitwise operations. --