Skip to content
  • Ben Gamari's avatar
    Revert "compiler/iface: compress .hi files" · 9bb27726
    Ben Gamari authored
    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 d9cb7a8a.
    9bb27726