summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Bits.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-24 16:31:47 +0000
committersimonmar <unknown>2002-04-24 16:31:47 +0000
commitf0143728319595e533eadec18f6828df4a8b1fba (patch)
tree67f9f4536612ea7af2ebd9e9d1bb27ead0bdcb3a /libraries/base/Data/Bits.hs
parent13a593f614d27108c40b56a57aae4c7d0b28def2 (diff)
downloadhaskell-f0143728319595e533eadec18f6828df4a8b1fba.tar.gz
[project @ 2002-04-24 16:31:37 by simonmar]
Add the single character '|' to the header comment of each module so that Haddock will parse it as the module documentation.
Diffstat (limited to 'libraries/base/Data/Bits.hs')
-rw-r--r--libraries/base/Data/Bits.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Data/Bits.hs b/libraries/base/Data/Bits.hs
index c68ec7588a..c280fe2352 100644
--- a/libraries/base/Data/Bits.hs
+++ b/libraries/base/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.
--