[commit: ghc] wip/nfs-locking: Drop ghcPwd package, we no longer build it. (9050f37)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:36:32 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/9050f373671103cd80336e19880a7c14fd7920ab/ghc
>---------------------------------------------------------------
commit 9050f373671103cd80336e19880a7c14fd7920ab
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Jan 5 00:56:31 2016 +0000
Drop ghcPwd package, we no longer build it.
>---------------------------------------------------------------
9050f373671103cd80336e19880a7c14fd7920ab
src/GHC.hs | 17 ++++++++---------
src/Settings/Packages.hs | 2 +-
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/src/GHC.hs b/src/GHC.hs
index 75f4305..d4d5511 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -2,8 +2,8 @@
module GHC (
array, base, binary, bytestring, cabal, compiler, containers, compareSizes,
deepseq, deriveConstants, directory, dllSplit, filepath, genapply,
- genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim, ghcPwd,
- ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp,
+ genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim, ghcTags,
+ haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp,
integerSimple, iservBin, libffi, mkUserGuidePart, parallel, pretty,
primitive, process, rts, runGhc, stm, templateHaskell, terminfo, time,
transformers, unix, win32, xhtml,
@@ -25,16 +25,16 @@ defaultKnownPackages =
[ array, base, binary, bytestring, cabal, compiler, containers, compareSizes
, deepseq, deriveConstants, directory, dllSplit, filepath, genapply
, genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim
- , ghcPwd, ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin
- , integerGmp, integerSimple, iservBin, libffi, mkUserGuidePart, parallel
- , pretty, primitive, process, rts, runGhc, stm, templateHaskell, terminfo
- , time, transformers, unix, win32, xhtml ]
+ , ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp
+ , integerSimple, iservBin, libffi, mkUserGuidePart, parallel, pretty
+ , primitive, process, rts, runGhc, stm, templateHaskell, terminfo, time
+ , transformers, unix, win32, xhtml ]
-- Package definitions (see Package.hs)
array, base, binary, bytestring, cabal, compiler, containers, compareSizes,
deepseq, deriveConstants, directory, dllSplit, filepath, genapply,
- genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim, ghcPwd,
- ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp,
+ genprimopcode, ghc, ghcBoot, ghcCabal, ghci, ghcPkg, ghcPrim, ghcTags,
+ haddock, haskeline, hsc2hs, hoopl, hp2ps, hpc, hpcBin, integerGmp,
integerSimple, iservBin, libffi, mkUserGuidePart, parallel, pretty,
primitive, process, rts, runGhc, stm, templateHaskell, terminfo, time,
transformers, unix, win32, xhtml :: Package
@@ -60,7 +60,6 @@ ghcCabal = utility "ghc-cabal"
ghci = library "ghci"
ghcPkg = utility "ghc-pkg"
ghcPrim = library "ghc-prim"
-ghcPwd = utility "ghc-pwd"
ghcTags = utility "ghctags"
haddock = utility "haddock"
haskeline = library "haskeline"
diff --git a/src/Settings/Packages.hs b/src/Settings/Packages.hs
index 10ed9e1..dba4054 100644
--- a/src/Settings/Packages.hs
+++ b/src/Settings/Packages.hs
@@ -31,7 +31,7 @@ packagesStage1 :: Packages
packagesStage1 = mconcat
[ packagesStage0
, append [ array, base, bytestring, containers, compareSizes, deepseq
- , directory, filepath, ghci, ghcPrim, ghcPwd, haskeline, hpcBin
+ , directory, filepath, ghci, ghcPrim, haskeline, hpcBin
, integerLibrary, mkUserGuidePart, pretty, process, rts, runGhc
, time ]
, windowsHost ? append [win32]
More information about the ghc-commits
mailing list