[commit: ghc] wip/nfs-locking: Drop dependency on hoopl (#328) (ffc905cf)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:50:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/ffc905cf864570cbbc2699ef54570614f9fd6af8/ghc
>---------------------------------------------------------------
commit ffc905cf864570cbbc2699ef54570614f9fd6af8
Author: Zhen Zhang <izgzhen at gmail.com>
Date: Sun Jun 25 17:02:16 2017 +0800
Drop dependency on hoopl (#328)
>---------------------------------------------------------------
ffc905cf864570cbbc2699ef54570614f9fd6af8
src/GHC.hs | 5 ++---
src/Settings/Builders/GhcCabal.hs | 2 --
src/Settings/Default.hs | 1 -
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/GHC.hs b/src/GHC.hs
index 441f068..78bb356 100644
--- a/src/GHC.hs
+++ b/src/GHC.hs
@@ -4,7 +4,7 @@ module GHC (
array, base, binary, bytestring, cabal, checkApiAnnotations, compareSizes,
compiler, containers, deepseq, deriveConstants, directory, dllSplit, filepath,
genapply, genprimopcode, ghc, ghcBoot, ghcBootTh, ghcCabal, ghcCompact, ghci,
- ghcPkg, ghcPrim, ghcTags, haddock, haskeline, hsc2hs, hoopl, hp2ps,
+ ghcPkg, ghcPrim, ghcTags, haddock, haskeline, hsc2hs, hp2ps,
hpc, hpcBin, integerGmp, integerSimple, iservBin, libffi, mkUserGuidePart,
parallel, pretty, primitive, process, rts, runGhc, stm, templateHaskell,
terminfo, time, touchy, transformers, unlit, unix, win32, xhtml,
@@ -28,7 +28,7 @@ defaultKnownPackages =
, compiler, containers, deepseq, deriveConstants, directory, dllSplit
, filepath, genapply, genprimopcode, ghc, ghcBoot, ghcBootTh, ghcCabal
, ghcCompact, ghci, ghcPkg, ghcPrim, ghcTags, haddock, haskeline, hsc2hs
- , hoopl, hp2ps, hpc, hpcBin, integerGmp, integerSimple, iservBin, libffi
+ , hp2ps, hpc, hpcBin, integerGmp, integerSimple, iservBin, libffi
, mkUserGuidePart, parallel, pretty, primitive, process, rts, runGhc, stm
, templateHaskell, terminfo, time, touchy, transformers, unlit, unix, win32
, xhtml ]
@@ -62,7 +62,6 @@ ghcTags = utility "ghctags"
haddock = utility "haddock"
haskeline = library "haskeline"
hsc2hs = utility "hsc2hs"
-hoopl = library "hoopl"
hp2ps = utility "hp2ps"
hpc = library "hpc"
hpcBin = utility "hpc-bin" `setPath` "utils/hpc"
diff --git a/src/Settings/Builders/GhcCabal.hs b/src/Settings/Builders/GhcCabal.hs
index 1c50729..428c376 100644
--- a/src/Settings/Builders/GhcCabal.hs
+++ b/src/Settings/Builders/GhcCabal.hs
@@ -269,8 +269,6 @@ dll0Args = do
, "CodeGen.Platform.X86"
, "CodeGen.Platform.X86_64"
, "FastBool"
- , "Hoopl"
- , "Hoopl.Dataflow"
, "InteractiveEvalTypes"
, "MkGraph"
, "PprCmm"
diff --git a/src/Settings/Default.hs b/src/Settings/Default.hs
index 619fca1..d7059bf 100644
--- a/src/Settings/Default.hs
+++ b/src/Settings/Default.hs
@@ -115,7 +115,6 @@ stage0Packages = do
, ghcPkg
, ghcTags
, hsc2hs
- , hoopl
, hp2ps
, hpc
, mkUserGuidePart
More information about the ghc-commits
mailing list