From cbe4350c2773ad12ce050cd174f0bfab910d506f Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 9 May 2002 13:16:33 +0000 Subject: [project @ 2002-05-09 13:16:29 by simonmar] Rename libraries/core to libraries/base in the module headers. --- libraries/base/Control/Concurrent.hs | 2 +- libraries/base/Control/Concurrent/CVar.hs | 2 +- libraries/base/Control/Concurrent/Chan.hs | 2 +- libraries/base/Control/Concurrent/MVar.hs | 2 +- libraries/base/Control/Concurrent/QSem.hs | 2 +- libraries/base/Control/Concurrent/QSemN.hs | 2 +- libraries/base/Control/Concurrent/SampleVar.hs | 2 +- libraries/base/Control/Exception.hs | 2 +- libraries/base/Control/Monad.hs | 2 +- libraries/base/Control/Monad/Cont.hs | 2 +- libraries/base/Control/Monad/Error.hs | 2 +- libraries/base/Control/Monad/Fix.hs | 2 +- libraries/base/Control/Monad/Identity.hs | 2 +- libraries/base/Control/Monad/List.hs | 2 +- libraries/base/Control/Monad/Monoid.hs | 2 +- libraries/base/Control/Monad/RWS.hs | 2 +- libraries/base/Control/Monad/Reader.hs | 2 +- libraries/base/Control/Monad/ST.hs | 2 +- libraries/base/Control/Monad/ST/Lazy.hs | 2 +- libraries/base/Control/Monad/ST/Strict.hs | 2 +- libraries/base/Control/Monad/State.hs | 2 +- libraries/base/Control/Monad/Trans.hs | 2 +- libraries/base/Control/Monad/Writer.hs | 2 +- libraries/base/Control/Parallel.hs | 2 +- libraries/base/Control/Parallel/Strategies.hs | 19 +++++++++++-------- libraries/base/Data/Array.hs | 2 +- libraries/base/Data/Array/Base.hs | 2 +- libraries/base/Data/Array/Diff.hs | 2 +- libraries/base/Data/Array/IArray.hs | 2 +- libraries/base/Data/Array/IO.hs | 2 +- libraries/base/Data/Array/MArray.hs | 2 +- libraries/base/Data/Array/ST.hs | 2 +- libraries/base/Data/Array/Storable.hs | 2 +- libraries/base/Data/Array/Unboxed.hs | 2 +- libraries/base/Data/Bits.hs | 2 +- libraries/base/Data/Bool.hs | 2 +- libraries/base/Data/Char.hs | 2 +- libraries/base/Data/Complex.hs | 2 +- libraries/base/Data/Dynamic.hs | 2 +- libraries/base/Data/Either.hs | 2 +- libraries/base/Data/FiniteMap.hs | 2 +- libraries/base/Data/Generics.hs | 2 +- libraries/base/Data/IORef.hs | 2 +- libraries/base/Data/Int.hs | 2 +- libraries/base/Data/Ix.hs | 2 +- libraries/base/Data/List.hs | 2 +- libraries/base/Data/Maybe.hs | 2 +- libraries/base/Data/PackedString.hs | 2 +- libraries/base/Data/Ratio.hs | 2 +- libraries/base/Data/STRef.hs | 2 +- libraries/base/Data/Set.hs | 2 +- libraries/base/Data/Tuple.hs | 2 +- libraries/base/Data/Unique.hs | 2 +- libraries/base/Data/Word.hs | 2 +- libraries/base/Debug/QuickCheck.hs | 2 +- libraries/base/Debug/QuickCheck/Batch.hs | 2 +- libraries/base/Debug/QuickCheck/Poly.hs | 2 +- libraries/base/Debug/QuickCheck/Utils.hs | 2 +- libraries/base/Debug/Trace.hs | 2 +- libraries/base/Foreign.hs | 2 +- libraries/base/Foreign/C.hs | 2 +- libraries/base/Foreign/C/Error.hs | 2 +- libraries/base/Foreign/C/String.hs | 2 +- libraries/base/Foreign/C/Types.hs | 2 +- libraries/base/Foreign/C/TypesISO.hs | 2 +- libraries/base/Foreign/ForeignPtr.hs | 2 +- libraries/base/Foreign/Marshal/Alloc.hs | 2 +- libraries/base/Foreign/Marshal/Array.hs | 2 +- libraries/base/Foreign/Marshal/Error.hs | 2 +- libraries/base/Foreign/Marshal/Utils.hs | 2 +- libraries/base/Foreign/Ptr.hs | 2 +- libraries/base/Foreign/StablePtr.hs | 2 +- libraries/base/Foreign/Storable.hs | 2 +- libraries/base/Numeric.hs | 2 +- libraries/base/Prelude.hs | 2 +- libraries/base/System/Cmd.hs | 2 +- libraries/base/System/Console/GetOpt.hs | 2 +- libraries/base/System/Directory.hs | 2 +- libraries/base/System/Environment.hs | 2 +- libraries/base/System/Exit.hs | 2 +- libraries/base/System/IO.hs | 2 +- libraries/base/System/IO/Error.hs | 2 +- libraries/base/System/IO/Unsafe.hs | 2 +- libraries/base/System/Info.hs | 2 +- libraries/base/System/Locale.hs | 2 +- libraries/base/System/Mem.hs | 2 +- libraries/base/System/Mem/StableName.hs | 2 +- libraries/base/System/Mem/Weak.hs | 2 +- libraries/base/System/Random.hs | 2 +- libraries/base/Text/Html.hs | 2 +- libraries/base/Text/Html/BlockTable.hs | 2 +- libraries/base/Text/PrettyPrint.hs | 2 +- libraries/base/Text/PrettyPrint/HughesPJ.hs | 2 +- libraries/base/Text/Read.hs | 2 +- libraries/base/Text/Regex.hs | 2 +- libraries/base/Text/Show.hs | 2 +- libraries/base/Text/Show/Functions.hs | 2 +- 97 files changed, 107 insertions(+), 104 deletions(-) diff --git a/libraries/base/Control/Concurrent.hs b/libraries/base/Control/Concurrent.hs index 2ef83ae73e..673bac35ab 100644 --- a/libraries/base/Control/Concurrent.hs +++ b/libraries/base/Control/Concurrent.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent -- 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 diff --git a/libraries/base/Control/Concurrent/CVar.hs b/libraries/base/Control/Concurrent/CVar.hs index ba465d2141..0d7c7b8ade 100644 --- a/libraries/base/Control/Concurrent/CVar.hs +++ b/libraries/base/Control/Concurrent/CVar.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.CVar -- 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 diff --git a/libraries/base/Control/Concurrent/Chan.hs b/libraries/base/Control/Concurrent/Chan.hs index d6c1107f2c..e756d1a7a8 100644 --- a/libraries/base/Control/Concurrent/Chan.hs +++ b/libraries/base/Control/Concurrent/Chan.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.Chan -- 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 diff --git a/libraries/base/Control/Concurrent/MVar.hs b/libraries/base/Control/Concurrent/MVar.hs index b246bf8c78..eb1f03ff2c 100644 --- a/libraries/base/Control/Concurrent/MVar.hs +++ b/libraries/base/Control/Concurrent/MVar.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.MVar -- 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 diff --git a/libraries/base/Control/Concurrent/QSem.hs b/libraries/base/Control/Concurrent/QSem.hs index d439a8ac57..04064e4f0e 100644 --- a/libraries/base/Control/Concurrent/QSem.hs +++ b/libraries/base/Control/Concurrent/QSem.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.QSem -- 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 diff --git a/libraries/base/Control/Concurrent/QSemN.hs b/libraries/base/Control/Concurrent/QSemN.hs index 59e5e390e9..9ba46a2062 100644 --- a/libraries/base/Control/Concurrent/QSemN.hs +++ b/libraries/base/Control/Concurrent/QSemN.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.QSemN -- 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 diff --git a/libraries/base/Control/Concurrent/SampleVar.hs b/libraries/base/Control/Concurrent/SampleVar.hs index 47742ebbd4..2b2909257a 100644 --- a/libraries/base/Control/Concurrent/SampleVar.hs +++ b/libraries/base/Control/Concurrent/SampleVar.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Concurrent.SampleVar -- 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 diff --git a/libraries/base/Control/Exception.hs b/libraries/base/Control/Exception.hs index 29aa8d3c08..8a66e9710f 100644 --- a/libraries/base/Control/Exception.hs +++ b/libraries/base/Control/Exception.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Exception -- 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 diff --git a/libraries/base/Control/Monad.hs b/libraries/base/Control/Monad.hs index aee36a240e..14f33d6460 100644 --- a/libraries/base/Control/Monad.hs +++ b/libraries/base/Control/Monad.hs @@ -3,7 +3,7 @@ -- | -- Module : Control.Monad -- 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 : provisional diff --git a/libraries/base/Control/Monad/Cont.hs b/libraries/base/Control/Monad/Cont.hs index eb3f65c310..51cf2da374 100644 --- a/libraries/base/Control/Monad/Cont.hs +++ b/libraries/base/Control/Monad/Cont.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.Cont -- 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 diff --git a/libraries/base/Control/Monad/Error.hs b/libraries/base/Control/Monad/Error.hs index 6df213ea61..91694bac67 100644 --- a/libraries/base/Control/Monad/Error.hs +++ b/libraries/base/Control/Monad/Error.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.Error -- Copyright : (c) Michael Weber , 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 diff --git a/libraries/base/Control/Monad/Fix.hs b/libraries/base/Control/Monad/Fix.hs index 53d5c424ab..8327212cbc 100644 --- a/libraries/base/Control/Monad/Fix.hs +++ b/libraries/base/Control/Monad/Fix.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Fix -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/Identity.hs b/libraries/base/Control/Monad/Identity.hs index 282eddbeaf..52c845970d 100644 --- a/libraries/base/Control/Monad/Identity.hs +++ b/libraries/base/Control/Monad/Identity.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Identity -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/List.hs b/libraries/base/Control/Monad/List.hs index 0c2cb228d4..11aa3bf8be 100644 --- a/libraries/base/Control/Monad/List.hs +++ b/libraries/base/Control/Monad/List.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.List -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/Monoid.hs b/libraries/base/Control/Monad/Monoid.hs index f892455b2b..478f390ce8 100644 --- a/libraries/base/Control/Monad/Monoid.hs +++ b/libraries/base/Control/Monad/Monoid.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Monoid -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/RWS.hs b/libraries/base/Control/Monad/RWS.hs index 7f7f98bb4b..5175c7f55f 100644 --- a/libraries/base/Control/Monad/RWS.hs +++ b/libraries/base/Control/Monad/RWS.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.RWS -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/Reader.hs b/libraries/base/Control/Monad/Reader.hs index 758a19dfe5..f0e617aab9 100644 --- a/libraries/base/Control/Monad/Reader.hs +++ b/libraries/base/Control/Monad/Reader.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Reader -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/ST.hs b/libraries/base/Control/Monad/ST.hs index 02d8d15d76..2a3985ad66 100644 --- a/libraries/base/Control/Monad/ST.hs +++ b/libraries/base/Control/Monad/ST.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.ST -- 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 diff --git a/libraries/base/Control/Monad/ST/Lazy.hs b/libraries/base/Control/Monad/ST/Lazy.hs index 43c2de73bb..adaca1abf1 100644 --- a/libraries/base/Control/Monad/ST/Lazy.hs +++ b/libraries/base/Control/Monad/ST/Lazy.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.ST.Lazy -- 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 : provisional diff --git a/libraries/base/Control/Monad/ST/Strict.hs b/libraries/base/Control/Monad/ST/Strict.hs index 72f55e15ae..677d6a271c 100644 --- a/libraries/base/Control/Monad/ST/Strict.hs +++ b/libraries/base/Control/Monad/ST/Strict.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Monad.ST.Strict -- 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 : provisional diff --git a/libraries/base/Control/Monad/State.hs b/libraries/base/Control/Monad/State.hs index 2353d76dec..9f67f6d358 100644 --- a/libraries/base/Control/Monad/State.hs +++ b/libraries/base/Control/Monad/State.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.State -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/Trans.hs b/libraries/base/Control/Monad/Trans.hs index 929b242fa6..f81c194ab7 100644 --- a/libraries/base/Control/Monad/Trans.hs +++ b/libraries/base/Control/Monad/Trans.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Trans -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Monad/Writer.hs b/libraries/base/Control/Monad/Writer.hs index af7add698e..0ef1ab0afa 100644 --- a/libraries/base/Control/Monad/Writer.hs +++ b/libraries/base/Control/Monad/Writer.hs @@ -3,7 +3,7 @@ -- Module : Control.Monad.Writer -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 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 diff --git a/libraries/base/Control/Parallel.hs b/libraries/base/Control/Parallel.hs index ded89d9806..9aae049147 100644 --- a/libraries/base/Control/Parallel.hs +++ b/libraries/base/Control/Parallel.hs @@ -2,7 +2,7 @@ -- | -- 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 diff --git a/libraries/base/Control/Parallel/Strategies.hs b/libraries/base/Control/Parallel/Strategies.hs index b52f6aa253..03932b17ba 100644 --- a/libraries/base/Control/Parallel/Strategies.hs +++ b/libraries/base/Control/Parallel/Strategies.hs @@ -2,7 +2,7 @@ -- | -- Module : Control.Parallel.Strategies -- 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 @@ -14,7 +14,7 @@ {- Time-stamp: -$Id: Strategies.hs,v 1.3 2002/04/26 13:34:06 simonmar Exp $ +$Id: Strategies.hs,v 1.4 2002/05/09 13:16:30 simonmar Exp $ This module defines parallel strategy combinators @@ -23,8 +23,8 @@ This module defines parallel strategy combinators Based on Version VII (1/5/96) `Strategies96' of type a -> () Author: $Author: simonmar $ -Date: $Date: 2002/04/26 13:34:06 $ -Revision: $Revision: 1.3 $ +Date: $Date: 2002/05/09 13:16:30 $ +Revision: $Revision: 1.4 $ Source: $Source: /srv/cvs/cvs.haskell.org/fptools/libraries/base/Control/Parallel/Strategies.hs,v $ State: $State: Exp $ @@ -48,6 +48,9 @@ The history of the Strategies module: Changelog: $Log: Strategies.hs,v $ +Revision 1.4 2002/05/09 13:16:30 simonmar +Rename libraries/core to libraries/base in the module headers. + Revision 1.3 2002/04/26 13:34:06 simonmar Remove \$Id\$ from all files: it isn't particularly useful (see previous discussion on cvs-ghc@haskell.org), and it confuses Haddock. @@ -65,7 +68,7 @@ to look at and so the NHC/Hugs guys can start playing around with it. There is no build system. For GHC, the libraries tree is intended to be grafted onto an existing fptools/ tree, and the Makefile in -libraries/core is a quick hack for that setup. This won't work at the +libraries/base is a quick hack for that setup. This won't work at the moment without the other changes needed in fptools/ghc, which I haven't committed because they'll cause breakage. However, with the changes required these sources build a working Prelude and libraries. @@ -74,7 +77,7 @@ The layout mostly follows the one we agreed on, with one or two minor changes; in particular the Data/Array layout probably isn't final (there are several choices here). -The document is in libraries/core/doc as promised. +The document is in libraries/base/doc as promised. The cbits stuff is just a copy of ghc/lib/std/cbits and has GHC-specific stuff in it. We should really separate the @@ -283,8 +286,8 @@ declaration of @par@ and @seq@ despite renaming the imported versions. > infixl 6 $||, $| -- strategic function application (seq and par) > infixl 9 .|, .||, -|, -|| -- strategic (inverse) function composition -> strategy_version = "$Revision: 1.3 $" -> strategy_id = "$Id: Strategies.hs,v 1.3 2002/04/26 13:34:06 simonmar Exp $" +> strategy_version = "$Revision: 1.4 $" +> strategy_id = "$Id: Strategies.hs,v 1.4 2002/05/09 13:16:30 simonmar Exp $" ------------------------------------------------------------------------------ Strategy Type, Application and Semantics diff --git a/libraries/base/Data/Array.hs b/libraries/base/Data/Array.hs index 2cde6c91e7..301f8c8715 100644 --- a/libraries/base/Data/Array.hs +++ b/libraries/base/Data/Array.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Array -- 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 : provisional diff --git a/libraries/base/Data/Array/Base.hs b/libraries/base/Data/Array/Base.hs index a1b4c3d19d..dee798fdb7 100644 --- a/libraries/base/Data/Array/Base.hs +++ b/libraries/base/Data/Array/Base.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Array.Base -- 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 diff --git a/libraries/base/Data/Array/Diff.hs b/libraries/base/Data/Array/Diff.hs index 9c65e6cde0..515c2436fb 100644 --- a/libraries/base/Data/Array/Diff.hs +++ b/libraries/base/Data/Array/Diff.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Array.Diff -- 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 diff --git a/libraries/base/Data/Array/IArray.hs b/libraries/base/Data/Array/IArray.hs index 1c415cd444..3f1706ce10 100644 --- a/libraries/base/Data/Array/IArray.hs +++ b/libraries/base/Data/Array/IArray.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Array.IArray -- 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 diff --git a/libraries/base/Data/Array/IO.hs b/libraries/base/Data/Array/IO.hs index 5c6e361a59..816d28ea92 100644 --- a/libraries/base/Data/Array/IO.hs +++ b/libraries/base/Data/Array/IO.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Array.IO -- 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 diff --git a/libraries/base/Data/Array/MArray.hs b/libraries/base/Data/Array/MArray.hs index 4e214794a6..4178e0c6ee 100644 --- a/libraries/base/Data/Array/MArray.hs +++ b/libraries/base/Data/Array/MArray.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Array.MArray -- 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 diff --git a/libraries/base/Data/Array/ST.hs b/libraries/base/Data/Array/ST.hs index e71dece303..e2b8465285 100644 --- a/libraries/base/Data/Array/ST.hs +++ b/libraries/base/Data/Array/ST.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Array.ST -- 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 diff --git a/libraries/base/Data/Array/Storable.hs b/libraries/base/Data/Array/Storable.hs index 8c6fdf35b2..2ca8dde5da 100644 --- a/libraries/base/Data/Array/Storable.hs +++ b/libraries/base/Data/Array/Storable.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Array.Storable -- 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 diff --git a/libraries/base/Data/Array/Unboxed.hs b/libraries/base/Data/Array/Unboxed.hs index 3eb01fe9c5..932a1c931b 100644 --- a/libraries/base/Data/Array/Unboxed.hs +++ b/libraries/base/Data/Array/Unboxed.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Array.Unboxed -- 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 diff --git a/libraries/base/Data/Bits.hs b/libraries/base/Data/Bits.hs index a72cf895a6..52cbfb6aca 100644 --- a/libraries/base/Data/Bits.hs +++ b/libraries/base/Data/Bits.hs @@ -3,7 +3,7 @@ -- | -- 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 diff --git a/libraries/base/Data/Bool.hs b/libraries/base/Data/Bool.hs index e681d184cb..2515d5884e 100644 --- a/libraries/base/Data/Bool.hs +++ b/libraries/base/Data/Bool.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Bool -- 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 diff --git a/libraries/base/Data/Char.hs b/libraries/base/Data/Char.hs index e7d7b729e8..feadb18b1e 100644 --- a/libraries/base/Data/Char.hs +++ b/libraries/base/Data/Char.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Char -- 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 : provisional diff --git a/libraries/base/Data/Complex.hs b/libraries/base/Data/Complex.hs index f53f4a7645..8ad4c2e496 100644 --- a/libraries/base/Data/Complex.hs +++ b/libraries/base/Data/Complex.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Complex -- 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 : provisional diff --git a/libraries/base/Data/Dynamic.hs b/libraries/base/Data/Dynamic.hs index 13e3550ebc..4c44988250 100644 --- a/libraries/base/Data/Dynamic.hs +++ b/libraries/base/Data/Dynamic.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Dynamic -- 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 diff --git a/libraries/base/Data/Either.hs b/libraries/base/Data/Either.hs index fa9648c124..d8a35b57a9 100644 --- a/libraries/base/Data/Either.hs +++ b/libraries/base/Data/Either.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Either -- 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 diff --git a/libraries/base/Data/FiniteMap.hs b/libraries/base/Data/FiniteMap.hs index 88279bda85..0c8d4feeb7 100644 --- a/libraries/base/Data/FiniteMap.hs +++ b/libraries/base/Data/FiniteMap.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.FiniteMap -- 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 : provisional diff --git a/libraries/base/Data/Generics.hs b/libraries/base/Data/Generics.hs index 82a08c8872..05ced62ac2 100644 --- a/libraries/base/Data/Generics.hs +++ b/libraries/base/Data/Generics.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Generics -- 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 diff --git a/libraries/base/Data/IORef.hs b/libraries/base/Data/IORef.hs index dec59068a0..559968525f 100644 --- a/libraries/base/Data/IORef.hs +++ b/libraries/base/Data/IORef.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.IORef -- 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 diff --git a/libraries/base/Data/Int.hs b/libraries/base/Data/Int.hs index 553704a503..182152c1e5 100644 --- a/libraries/base/Data/Int.hs +++ b/libraries/base/Data/Int.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Int -- 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 diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs index d2022edfd2..54d6b2e0fa 100644 --- a/libraries/base/Data/Ix.hs +++ b/libraries/base/Data/Ix.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Ix -- 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 : provisional diff --git a/libraries/base/Data/List.hs b/libraries/base/Data/List.hs index 069a31afba..245712f9f0 100644 --- a/libraries/base/Data/List.hs +++ b/libraries/base/Data/List.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.List -- 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 : provisional diff --git a/libraries/base/Data/Maybe.hs b/libraries/base/Data/Maybe.hs index d0b5c18a96..4b7b67e305 100644 --- a/libraries/base/Data/Maybe.hs +++ b/libraries/base/Data/Maybe.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Maybe -- 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 diff --git a/libraries/base/Data/PackedString.hs b/libraries/base/Data/PackedString.hs index fd4528b552..d2998bdae7 100644 --- a/libraries/base/Data/PackedString.hs +++ b/libraries/base/Data/PackedString.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.PackedString -- 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 diff --git a/libraries/base/Data/Ratio.hs b/libraries/base/Data/Ratio.hs index 4462c442c5..5c58cd5797 100644 --- a/libraries/base/Data/Ratio.hs +++ b/libraries/base/Data/Ratio.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Ratio -- 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 : provisional diff --git a/libraries/base/Data/STRef.hs b/libraries/base/Data/STRef.hs index deaa209575..2331ef9d55 100644 --- a/libraries/base/Data/STRef.hs +++ b/libraries/base/Data/STRef.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.STRef -- 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 diff --git a/libraries/base/Data/Set.hs b/libraries/base/Data/Set.hs index f4dad32a48..b724d01000 100644 --- a/libraries/base/Data/Set.hs +++ b/libraries/base/Data/Set.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Set -- 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 : provisional diff --git a/libraries/base/Data/Tuple.hs b/libraries/base/Data/Tuple.hs index 735a12ae27..e3c0a43018 100644 --- a/libraries/base/Data/Tuple.hs +++ b/libraries/base/Data/Tuple.hs @@ -3,7 +3,7 @@ -- | -- Module : Data.Tuple -- 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 diff --git a/libraries/base/Data/Unique.hs b/libraries/base/Data/Unique.hs index 3e093d31e5..81fe6d87a0 100644 --- a/libraries/base/Data/Unique.hs +++ b/libraries/base/Data/Unique.hs @@ -2,7 +2,7 @@ -- | -- Module : Data.Unique -- 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 diff --git a/libraries/base/Data/Word.hs b/libraries/base/Data/Word.hs index 0a8e51264c..980de4d0a5 100644 --- a/libraries/base/Data/Word.hs +++ b/libraries/base/Data/Word.hs @@ -3,7 +3,7 @@ -- | -- Module : -- 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 diff --git a/libraries/base/Debug/QuickCheck.hs b/libraries/base/Debug/QuickCheck.hs index 99af89bbe5..cf476f75db 100644 --- a/libraries/base/Debug/QuickCheck.hs +++ b/libraries/base/Debug/QuickCheck.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.QuickCheck -- Copyright : (c) Koen Claessen, John Hughes 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 diff --git a/libraries/base/Debug/QuickCheck/Batch.hs b/libraries/base/Debug/QuickCheck/Batch.hs index 1b5cafaacd..850ef68056 100644 --- a/libraries/base/Debug/QuickCheck/Batch.hs +++ b/libraries/base/Debug/QuickCheck/Batch.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.QuickCheck.Batch -- Copyright : (c) Andy Gill 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 diff --git a/libraries/base/Debug/QuickCheck/Poly.hs b/libraries/base/Debug/QuickCheck/Poly.hs index f254432a0a..107136a2b0 100644 --- a/libraries/base/Debug/QuickCheck/Poly.hs +++ b/libraries/base/Debug/QuickCheck/Poly.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.QuickCheck.Poly -- Copyright : (c) Andy Gill 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 diff --git a/libraries/base/Debug/QuickCheck/Utils.hs b/libraries/base/Debug/QuickCheck/Utils.hs index 8d22c272b8..112c3ca060 100644 --- a/libraries/base/Debug/QuickCheck/Utils.hs +++ b/libraries/base/Debug/QuickCheck/Utils.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.QuickCheck.Utils -- Copyright : (c) Andy Gill 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 diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs index 08d2fc1a65..6f1ce82676 100644 --- a/libraries/base/Debug/Trace.hs +++ b/libraries/base/Debug/Trace.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.Trace -- 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 : provisional diff --git a/libraries/base/Foreign.hs b/libraries/base/Foreign.hs index 0b22468dca..c4d07cd86b 100644 --- a/libraries/base/Foreign.hs +++ b/libraries/base/Foreign.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/C.hs b/libraries/base/Foreign/C.hs index fb6d10fa01..7fb0e3c2a2 100644 --- a/libraries/base/Foreign/C.hs +++ b/libraries/base/Foreign/C.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.C -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/C/Error.hs b/libraries/base/Foreign/C/Error.hs index c667412fd8..7dc8d3a173 100644 --- a/libraries/base/Foreign/C/Error.hs +++ b/libraries/base/Foreign/C/Error.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.C.Error -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/C/String.hs b/libraries/base/Foreign/C/String.hs index d5463a0dae..06b27c456b 100644 --- a/libraries/base/Foreign/C/String.hs +++ b/libraries/base/Foreign/C/String.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.C.String -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/C/Types.hs b/libraries/base/Foreign/C/Types.hs index 3e2905aea7..ec1cbf11ca 100644 --- a/libraries/base/Foreign/C/Types.hs +++ b/libraries/base/Foreign/C/Types.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.C.Types -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/C/TypesISO.hs b/libraries/base/Foreign/C/TypesISO.hs index 490a48474a..d11d93c08f 100644 --- a/libraries/base/Foreign/C/TypesISO.hs +++ b/libraries/base/Foreign/C/TypesISO.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.C.TypesISO -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/ForeignPtr.hs b/libraries/base/Foreign/ForeignPtr.hs index 705bf1f2b2..0d49fbf716 100644 --- a/libraries/base/Foreign/ForeignPtr.hs +++ b/libraries/base/Foreign/ForeignPtr.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.ForeignPtr -- 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 : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Marshal/Alloc.hs b/libraries/base/Foreign/Marshal/Alloc.hs index 7567743adc..e5c3aa3374 100644 --- a/libraries/base/Foreign/Marshal/Alloc.hs +++ b/libraries/base/Foreign/Marshal/Alloc.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Marshal.Alloc -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Marshal/Array.hs b/libraries/base/Foreign/Marshal/Array.hs index 002961e47b..16a3e47bb3 100644 --- a/libraries/base/Foreign/Marshal/Array.hs +++ b/libraries/base/Foreign/Marshal/Array.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Marshal.Array -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Marshal/Error.hs b/libraries/base/Foreign/Marshal/Error.hs index 889ab657d7..46fa2b7b32 100644 --- a/libraries/base/Foreign/Marshal/Error.hs +++ b/libraries/base/Foreign/Marshal/Error.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Marshal.Error -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Marshal/Utils.hs b/libraries/base/Foreign/Marshal/Utils.hs index 87881b6b3d..e5ff7b101d 100644 --- a/libraries/base/Foreign/Marshal/Utils.hs +++ b/libraries/base/Foreign/Marshal/Utils.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Marshal.Utils -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Ptr.hs b/libraries/base/Foreign/Ptr.hs index 4cf87002c1..f4260fd0a4 100644 --- a/libraries/base/Foreign/Ptr.hs +++ b/libraries/base/Foreign/Ptr.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Ptr -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/StablePtr.hs b/libraries/base/Foreign/StablePtr.hs index 9b1bb9bbcc..cc53e9c330 100644 --- a/libraries/base/Foreign/StablePtr.hs +++ b/libraries/base/Foreign/StablePtr.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.StablePtr -- 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 : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Foreign/Storable.hs b/libraries/base/Foreign/Storable.hs index 9286e9cc98..3d57481f6f 100644 --- a/libraries/base/Foreign/Storable.hs +++ b/libraries/base/Foreign/Storable.hs @@ -3,7 +3,7 @@ -- | -- Module : Foreign.Storable -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional diff --git a/libraries/base/Numeric.hs b/libraries/base/Numeric.hs index 3fc52fcca3..2fb214d949 100644 --- a/libraries/base/Numeric.hs +++ b/libraries/base/Numeric.hs @@ -3,7 +3,7 @@ -- | -- Module : Numeric -- Copyright : (c) The University of Glasgow 2002 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional diff --git a/libraries/base/Prelude.hs b/libraries/base/Prelude.hs index 002f0a7ce8..70eee4d62b 100644 --- a/libraries/base/Prelude.hs +++ b/libraries/base/Prelude.hs @@ -3,7 +3,7 @@ -- | -- Module : Prelude -- 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 : provisional diff --git a/libraries/base/System/Cmd.hs b/libraries/base/System/Cmd.hs index 14300befaf..0be8008127 100644 --- a/libraries/base/System/Cmd.hs +++ b/libraries/base/System/Cmd.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Cmd -- 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 : provisional diff --git a/libraries/base/System/Console/GetOpt.hs b/libraries/base/System/Console/GetOpt.hs index 72ffea2c58..b8423df54b 100644 --- a/libraries/base/System/Console/GetOpt.hs +++ b/libraries/base/System/Console/GetOpt.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Console.GetOpt -- Copyright : (c) Sven Panne Oct. 1996 (small changes Dec. 1997) --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental diff --git a/libraries/base/System/Directory.hs b/libraries/base/System/Directory.hs index 63d4319dee..02c684161e 100644 --- a/libraries/base/System/Directory.hs +++ b/libraries/base/System/Directory.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Directory -- 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 : provisional diff --git a/libraries/base/System/Environment.hs b/libraries/base/System/Environment.hs index 4215af61f9..20b709f550 100644 --- a/libraries/base/System/Environment.hs +++ b/libraries/base/System/Environment.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Environment -- 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 : provisional diff --git a/libraries/base/System/Exit.hs b/libraries/base/System/Exit.hs index 0570c82bcc..51f619fb4d 100644 --- a/libraries/base/System/Exit.hs +++ b/libraries/base/System/Exit.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Exit -- 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 : provisional diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs index eb080fc2c6..904082cb95 100644 --- a/libraries/base/System/IO.hs +++ b/libraries/base/System/IO.hs @@ -3,7 +3,7 @@ -- | -- Module : System.IO -- 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 : provisional diff --git a/libraries/base/System/IO/Error.hs b/libraries/base/System/IO/Error.hs index 357d50c8a2..245487a2a8 100644 --- a/libraries/base/System/IO/Error.hs +++ b/libraries/base/System/IO/Error.hs @@ -4,7 +4,7 @@ -- | -- Module : System.IO.Error -- 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 : provisional diff --git a/libraries/base/System/IO/Unsafe.hs b/libraries/base/System/IO/Unsafe.hs index db67a20271..3e2ade7649 100644 --- a/libraries/base/System/IO/Unsafe.hs +++ b/libraries/base/System/IO/Unsafe.hs @@ -2,7 +2,7 @@ -- | -- Module : System.IO.Unsafe -- 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 : provisional diff --git a/libraries/base/System/Info.hs b/libraries/base/System/Info.hs index a064991ff7..452cec5c8d 100644 --- a/libraries/base/System/Info.hs +++ b/libraries/base/System/Info.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Info -- 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 diff --git a/libraries/base/System/Locale.hs b/libraries/base/System/Locale.hs index cdef8eeac1..556e1748a1 100644 --- a/libraries/base/System/Locale.hs +++ b/libraries/base/System/Locale.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Locale -- 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 : provisional diff --git a/libraries/base/System/Mem.hs b/libraries/base/System/Mem.hs index 2bac612259..10a908aa3f 100644 --- a/libraries/base/System/Mem.hs +++ b/libraries/base/System/Mem.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Mem -- 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 : provisional diff --git a/libraries/base/System/Mem/StableName.hs b/libraries/base/System/Mem/StableName.hs index c26738c9cf..29918c5a61 100644 --- a/libraries/base/System/Mem/StableName.hs +++ b/libraries/base/System/Mem/StableName.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Mem.StableName -- 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 diff --git a/libraries/base/System/Mem/Weak.hs b/libraries/base/System/Mem/Weak.hs index 4d75b31446..62495fc3f4 100644 --- a/libraries/base/System/Mem/Weak.hs +++ b/libraries/base/System/Mem/Weak.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Mem.Weak -- 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 diff --git a/libraries/base/System/Random.hs b/libraries/base/System/Random.hs index 27fb7aadba..e3fa8b9c56 100644 --- a/libraries/base/System/Random.hs +++ b/libraries/base/System/Random.hs @@ -2,7 +2,7 @@ -- | -- Module : System.Random -- 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 : provisional diff --git a/libraries/base/Text/Html.hs b/libraries/base/Text/Html.hs index cbb1998495..1608603226 100644 --- a/libraries/base/Text/Html.hs +++ b/libraries/base/Text/Html.hs @@ -3,7 +3,7 @@ -- Module : Text.Html -- Copyright : (c) Andy Gill, and the Oregon Graduate Institute of -- Science and Technology, 1999-2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : Andy Gill -- Stability : experimental diff --git a/libraries/base/Text/Html/BlockTable.hs b/libraries/base/Text/Html/BlockTable.hs index ddb4b58b13..49ce856ddb 100644 --- a/libraries/base/Text/Html/BlockTable.hs +++ b/libraries/base/Text/Html/BlockTable.hs @@ -3,7 +3,7 @@ -- Module : Text.Html.BlockTable -- Copyright : (c) Andy Gill, and the Oregon Graduate Institute of -- Science and Technology, 1999-2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : Andy Gill -- Stability : experimental diff --git a/libraries/base/Text/PrettyPrint.hs b/libraries/base/Text/PrettyPrint.hs index 00a3b57529..c40f85c2ad 100644 --- a/libraries/base/Text/PrettyPrint.hs +++ b/libraries/base/Text/PrettyPrint.hs @@ -2,7 +2,7 @@ -- | -- Module : Text.PrettyPrint -- 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 diff --git a/libraries/base/Text/PrettyPrint/HughesPJ.hs b/libraries/base/Text/PrettyPrint/HughesPJ.hs index 5ad32c08cb..f126af5530 100644 --- a/libraries/base/Text/PrettyPrint/HughesPJ.hs +++ b/libraries/base/Text/PrettyPrint/HughesPJ.hs @@ -2,7 +2,7 @@ -- | -- Module : Text.PrettyPrint.HughesPJ -- 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 : provisional diff --git a/libraries/base/Text/Read.hs b/libraries/base/Text/Read.hs index cc028b721a..7d105fb8f0 100644 --- a/libraries/base/Text/Read.hs +++ b/libraries/base/Text/Read.hs @@ -3,7 +3,7 @@ -- | -- Module : Text.Read -- 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 : provisional diff --git a/libraries/base/Text/Regex.hs b/libraries/base/Text/Regex.hs index 07f155be20..9551102a57 100644 --- a/libraries/base/Text/Regex.hs +++ b/libraries/base/Text/Regex.hs @@ -2,7 +2,7 @@ -- | -- Module : Text.Regex -- 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 diff --git a/libraries/base/Text/Show.hs b/libraries/base/Text/Show.hs index 6c5d20d7da..3f2e1a7823 100644 --- a/libraries/base/Text/Show.hs +++ b/libraries/base/Text/Show.hs @@ -3,7 +3,7 @@ -- | -- Module : Text.Show -- 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 : provisional diff --git a/libraries/base/Text/Show/Functions.hs b/libraries/base/Text/Show/Functions.hs index 5d5c914663..bbd61a122c 100644 --- a/libraries/base/Text/Show/Functions.hs +++ b/libraries/base/Text/Show/Functions.hs @@ -2,7 +2,7 @@ -- | -- Module : Text.Show.Functions -- 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 : provisional -- cgit v1.2.1