X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FChar.hs;h=e7d7b729e827768df4acb5ff71a764d289fa1503;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=a4bf1afa96179e5a581fa8ee2c7fe5154b115059;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Data/Char.hs b/Data/Char.hs index a4bf1af..e7d7b72 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -9,8 +9,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Char.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $ --- -- The Char type and associated operations. -- -----------------------------------------------------------------------------