diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-23 15:32:12 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-23 17:23:49 +0200 |
commit | 9bb277269ec020f138fe70a65f5972466113ab61 (patch) | |
tree | a283447f9931ddd0b462dc23945cbe51127a785e /compiler/ghc.mk | |
parent | 785b38ff4326f3cd9cf2097bf9967e7fd66995cd (diff) | |
download | haskell-9bb277269ec020f138fe70a65f5972466113ab61.tar.gz |
Revert "compiler/iface: compress .hi files"
This appears to cause validation issues on,
TEST="T11108 T9071 T11076 T7600 T7672 T8329 T10420 T10322 T8308 T4114a
T4114c T10602 T10110 T9204 T2435 T9838 T4114d T10233 T8696 T1735 T5281
T6056 T10134 T9580 T6018 T9762 T8103"
With compiler panics of the form,
Compile failed (status 256) errors were:
ghc: panic! (the 'impossible' happened)
(GHC version 8.1.20160523 for x86_64-unknown-linux):
Binary.readBinMem: decompression failed
CallStack (from HasCallStack):
error, called at compiler/utils/Binary.hs:192:16 in ghc:Binary
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
This reverts commit d9cb7a8a94daa4d20aa042cd053e20b491315633.
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 45dbf3e313..9f45a51842 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -491,7 +491,6 @@ compiler_stage2_dll0_MODULES = \ Lexeme \ ListSetOps \ Literal \ - LZ4 \ Maybes \ MkCore \ MkId \ |