X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FParallel.hs;h=9aae049147bce2339f74f66d389fdaf32c73cda3;hb=66681b296084bc3683cab50986402e5da27f5912;hp=e9b021beb89fbe949809589c2fb42d03b302143d;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Parallel.hs b/Control/Parallel.hs index e9b021b..9aae049 100644 --- a/Control/Parallel.hs +++ b/Control/Parallel.hs @@ -2,14 +2,12 @@ -- | -- Module : Control.Parallel -- 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 : non-portable -- --- $Id: Parallel.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $ --- -- Parallel Constructs -- -----------------------------------------------------------------------------