nixpkgs/pkgs/development/haskell-modules
Soares Chen 32d2de8e00 haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
`with-packages-wrapper.nix` has a hack to workaround the linker limit
in MacOS Sierra. However that is now broken with GHC 8.8, because of
slight change in the format of the package config.
In short, the package config produced by GHC 8.8 has a new line between
the key and list of values, while earlier versions have them separated
by a single space.

This PR fixes the linker hack by modifying the `grep` and `sed` commands
to pattern match on either space or new line, so that the hack can work
on all versions of GHC.
2020-05-29 22:28:47 +02:00
..
patches Update tensorflow-haskell dependencies. 2020-05-29 22:28:46 +02:00
configuration-common.nix haskellPackages.VulkanMemoryAllocator: Add extra library necessary for compilation 2020-05-29 22:28:47 +02:00
configuration-ghc-8.2.x.nix haskell-ghc-lib-parser-ex: fix build with GHC versions prior to 8.8.x 2020-04-17 20:50:48 +02:00
configuration-ghc-8.4.x.nix haskell-ghc-lib-parser-ex: fix build with GHC versions prior to 8.8.x 2020-04-17 20:50:48 +02:00
configuration-ghc-8.6.x.nix Haskell: apply-refact version has to match ghc 2020-04-24 22:00:38 +02:00
configuration-ghc-8.8.x.nix haskell-cabal-fmt: overriding Cabal-3.2 is unnecessary for ghc-8.10.x and beyond 2020-05-29 22:28:47 +02:00
configuration-ghc-8.10.x.nix haskell-dhall: update override for the latest version on ghc-8.10.x 2020-05-15 21:02:08 +02:00
configuration-ghc-head.nix Merge pull request #56137 from jacereda/cereal-check-head 2019-02-21 11:54:11 +01:00
configuration-ghcjs.nix configuration-ghcjs.nix: fix evaluation 2019-09-30 12:52:43 +02:00
configuration-hackage2nix.yaml git-annex: don't update to version 8.20200522 yet to avoid test suite failures 2020-05-29 22:28:47 +02:00
configuration-nix.nix haskell-devtools: break infinite recursion with mprelude 2020-05-29 22:28:47 +02:00
configuration-tensorflow.nix Update tensorflow-haskell dependencies. 2020-05-29 22:28:46 +02:00
default.nix haskell: have a dedicated file for non Hackage packages 2018-10-12 14:12:29 +02:00
generic-builder.nix haskell/generic-builder.nix: Fix C lib multiple inclusions 2020-05-15 21:02:08 +02:00
generic-stack-builder.nix buildStackProject: Set __noChroot to make it fail without sandbox 2019-11-14 01:32:04 +01:00
hackage-packages.nix hackage-packages.nix: automatic Haskell package set update 2020-05-29 22:28:46 +02:00
hoogle-local-wrapper.sh
hoogle.nix ghcWithHoogle: Fix for cross 2019-12-24 18:17:41 -05:00
initial-packages.nix Remove HIE package set until automation can be put in place. 2018-03-23 10:06:58 -04:00
lib.nix Additional docs for doJailbreak 2020-04-24 22:00:38 +02:00
make-package-set.nix cabal2nix: split into a lightweight version and a wrapper 2020-03-13 20:18:14 +01:00
non-hackage-packages.nix haskellPackages.multi-ghc-travis: add missing space (PR #76648) 2019-12-29 19:27:25 +01:00
stack-hook.sh stack-hook: deduplicate better 2019-03-02 02:21:32 -05:00
with-packages-wrapper.nix haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8 2020-05-29 22:28:47 +02:00