Skip to content
Snippets Groups Projects
Commit 43e814e1 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

base: Introduce move modules into src

The only non-move changes here are whitespace changes to pass the
`whitespace` test and a few testsuite adaptations.
parent bdb54a0e
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 4 deletions
......@@ -389,6 +389,7 @@ Library
jsbits/base.js
jsbits/errno.js
hs-source-dirs: src
include-dirs: include
includes:
HsBase.h
......
......@@ -6,7 +6,7 @@
-- Module : Control.Concurrent.QSem
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/base/LICENSE)
--
--
-- Maintainer : libraries@haskell.org
-- Stability : stable
-- Portability : non-portable (concurrency)
......
......@@ -6,7 +6,7 @@
-- Module : Control.Concurrent.QSemN
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/base/LICENSE)
--
--
-- Maintainer : libraries@haskell.org
-- Stability : stable
-- Portability : non-portable (concurrency)
......
......@@ -7,7 +7,7 @@
-- Module : Control.Monad.ST.Imp
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/base/LICENSE)
--
--
-- Maintainer : libraries@haskell.org
-- Stability : stable
-- Portability : non-portable (requires universal quantification for runST)
......
......@@ -5,7 +5,7 @@
-- Module : Control.Monad.ST.Lazy
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/base/LICENSE)
--
--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
-- Portability : non-portable (requires universal quantification for runST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment