[Haskell-cafe] What are the essential parts of a binary GHC package
Jan von Löwenstein
jan.loewenstein at gmail.com
Wed Jul 12 08:30:22 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170712/d851f462/attachment.html>
More information about the Haskell-Cafe
mailing list