Hi,

if I plan to compile Haskell code on the customers side, which parts of https://www.haskell.org/ghc/download_ghc_8_0_2.html#linux_x86_64 could I remove in order to reduce the size of my delivery?

Some things are pretty clear:
- GHC has to be in
- LICENSE has to be in
- libraries have to be in
- docs can probably be left out

But what about
- compiler/stage1/**
- compiler/stage2/**
- libraries/Cabal/Cabal/**

Any advice?

Thanks and best regards
Jan