summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-06-14 10:11:52 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-06-16 12:38:21 -0400
commitaa7e1f209ddf3dba66b3b212bf2089986c10023e (patch)
treeeb9b1040bb2d86b82763da116f2655d492768e6a /.gitlab-ci.yml
parent25b510c3ffdb6f43695c31c0740a5cbe1b7f3898 (diff)
downloadhaskell-aa7e1f209ddf3dba66b3b212bf2089986c10023e.tar.gz
hadrian: Don't install `include/` directory in bindist.
The install_includes for the RTS package used to be put in the top-level ./include folder but this would lead to confusing things happening if you installed multiple GHC versions side-by-side. We don't need this folder anymore because install-includes is honoured properly by cabal and the relevant header files already copied in by the cabal installation process. If you want to depend on the header files for the RTS in a Haskell project then you just have to depend on the `rts` package and the correct include directories will be provided for you. If you want to depend on the header files in a standard C project then you should query ghc-pkg to get the right paths. ``` ghc-pkg field rts include-dirs --simple-output ``` Fixes #21609
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions