haskell.nix/builder
Hamish Mackenzie 46fad81954 Considerate/overlays fixes (#262)
* Fix loadArchive clang++ error on macOS

GHC 8.6.4 introduced an issue where linking to `-libc++` will cause
GHC to resolve the library path to `c++` which in turn is a link to
clang++. This results in the following error:

```
ghc: loadArchive: Neither an archive, nor a fat archive: `/nix/store/?-clang-wrapper-5.0.2/bin/clang++'

<no location info>: error:
    loadArchive "/nix/store/?-clang-wrapper-5.0.2/bin/clang++": failed
```

The provided patch reverts the linking behavior of GHC to not resolve
`-libc++` to `c++`.

* Propagate unpack hooks to setup
2019-10-22 17:15:10 +08:00
..
comp-builder.nix allow empty packages 2019-10-22 09:46:58 +08:00
default.nix Overlays (#261) 2019-10-21 20:07:58 +08:00
ghc-for-component-wrapper.nix Overlays (#261) 2019-10-21 20:07:58 +08:00
hspkg-builder.nix Considerate/overlays fixes (#262) 2019-10-22 17:15:10 +08:00
make-config-files.nix Overlays (#261) 2019-10-21 20:07:58 +08:00
setup-builder.nix Considerate/overlays fixes (#262) 2019-10-22 17:15:10 +08:00
shell-for.nix Add setup-depends to shellFor (#259) 2019-10-13 20:01:25 +08:00