[commit: ghc] wip/nfs-locking: Remove qualification on parallel identifiers (aaf934d)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:48:36 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/aaf934d0677ddd675918e2bd075c0a1015a4d7bf/ghc
>---------------------------------------------------------------
commit aaf934d0677ddd675918e2bd075c0a1015a4d7bf
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Jan 10 20:31:37 2016 +0000
Remove qualification on parallel identifiers
>---------------------------------------------------------------
aaf934d0677ddd675918e2bd075c0a1015a4d7bf
src/GHC.hs | 4 ++--
src/Way.hs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/GHC.hs b/src/GHC.hs
index 54f94d9..c0013ad 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -4,7 +4,7 @@ module GHC (
deepseq, deriveConstants, directory, dllSplit, filepath, genapply,
genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim, ghcTags,
ghcSplit, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp,
- integerSimple, iservBin, libffi, mkUserGuidePart, GHC.parallel, pretty,
+ integerSimple, iservBin, libffi, mkUserGuidePart, parallel, pretty,
primitive, process, rts, runGhc, stm, templateHaskell, terminfo, time,
touchy, transformers, unlit, unix, win32, xhtml,
@@ -24,7 +24,7 @@ defaultKnownPackages =
, deepseq, deriveConstants, directory, dllSplit, filepath, genapply
, genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim
, ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp
- , integerSimple, iservBin, libffi, mkUserGuidePart, GHC.parallel, pretty
+ , integerSimple, iservBin, libffi, mkUserGuidePart, parallel, pretty
, primitive, process, rts, runGhc, stm, templateHaskell, terminfo, time
, touchy, transformers, unlit, unix, win32, xhtml ]
diff --git a/src/Way.hs b/src/Way.hs
index 5b24662..974314c 100644
--- a/src/Way.hs
+++ b/src/Way.hs
@@ -1,7 +1,7 @@
module Way (
WayUnit (..), Way, wayUnit,
- vanilla, profiling, logging, Way.parallel, granSim,
+ vanilla, profiling, logging, parallel, granSim,
threaded, threadedProfiling, threadedLogging,
debug, debugProfiling, threadedDebug, threadedDebugProfiling,
dynamic, profilingDynamic, threadedProfilingDynamic,
More information about the ghc-commits
mailing list