X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FBits.hs;h=52cbfb6aca76b137099fd1885d20e3798ba14a08;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=c280fe2352901f4a6121e0a9fd78c5d482938025;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Data/Bits.hs b/Data/Bits.hs index c280fe2..52cbfb6 100644 --- a/Data/Bits.hs +++ b/Data/Bits.hs @@ -3,14 +3,12 @@ -- | -- Module : Data.Bits -- 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: Bits.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $ --- -- Bitwise operations. -- -----------------------------------------------------------------------------