X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FConcurrent%2FChan.hs;h=d6c1107f2c7a930d50e0baa1905712ce4fdbfee1;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=099213782ddf6472ae4397faa1ad473415485703;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=haskell-directory.git diff --git a/Control/Concurrent/Chan.hs b/Control/Concurrent/Chan.hs index 0992137..d6c1107 100644 --- a/Control/Concurrent/Chan.hs +++ b/Control/Concurrent/Chan.hs @@ -8,8 +8,6 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Chan.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ --- -- Standard, unbounded channel abstraction. -- -----------------------------------------------------------------------------