Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ara Adkins
Glasgow Haskell Compiler
Commits
cbe4350c
Commit
cbe4350c
authored
May 09, 2002
by
simonmar
Browse files
[project @ 2002-05-09 13:16:29 by simonmar]
Rename libraries/core to libraries/base in the module headers.
parent
961034a8
Changes
97
Hide whitespace changes
Inline
Side-by-side
libraries/base/Control/Concurrent.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/CVar.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.CVar
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/Chan.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.Chan
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/MVar.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.MVar
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/QSem.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.QSem
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/QSemN.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.QSemN
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Concurrent/SampleVar.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Concurrent.SampleVar
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Exception.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Exception
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad.hs
View file @
cbe4350c
...
...
@@ -3,7 +3,7 @@
-- |
-- Module : Control.Monad
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
...
...
libraries/base/Control/Monad/Cont.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Monad.Cont
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/Error.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Monad.Error
-- Copyright : (c) Michael Weber <michael.weber@post.rwth-aachen.de>, 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/Fix.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/Identity.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/List.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/Monoid.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/RWS.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/Reader.hs
View file @
cbe4350c
...
...
@@ -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/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/ST.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Monad.ST
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : experimental
...
...
libraries/base/Control/Monad/ST/Lazy.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Monad.ST.Lazy
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
...
...
libraries/base/Control/Monad/ST/Strict.hs
View file @
cbe4350c
...
...
@@ -2,7 +2,7 @@
-- |
-- Module : Control.Monad.ST.Strict
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/
cor
e/LICENSE)
-- License : BSD-style (see the file libraries/
bas
e/LICENSE)
--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment