nixpkgs/pkgs/development/haskell-modules
Moritz Angermann a4d5dbd45d haskell generic builder: Disable static libs on Windows because no -staticlib
The reason why this does not work is not that we can't built static
objects, we can, but we can't use `-staticlib` on GHC on windows.
`-staticlib` rolls all dependencies into a combined archive. While this
would work on windows if we used gnu ar and MRI script, GHC can't rely
on GNU ar, and as such has a quick archive concatenation module for GNU
and BSD archives only.
2018-05-23 10:27:41 -04:00
..
patches haskell-lambdabot-core: apply patch from @int-e to fix GHC 8.4.x build 2018-05-23 12:24:31 +02:00
configuration-common.nix git-annex: update sha256 hash for the new version 2018-05-19 22:24:31 +02:00
configuration-ghc-7.10.x.nix
configuration-ghc-8.0.x.nix
configuration-ghc-8.2.x.nix haskell-stack: update overrides for the new 1.7.1 version 2018-04-28 15:37:59 +02:00
configuration-ghc-8.4.x.nix haskell-lambdabot-core: apply patch from @int-e to fix GHC 8.4.x build 2018-05-23 12:24:31 +02:00
configuration-ghc-head.nix
configuration-ghcjs.nix
configuration-hackage2nix.yaml hackage2nix: keep haddock-library 1.5.x around 2018-05-22 10:31:39 +02:00
configuration-halvm-2.4.0.nix
configuration-nix.nix Revert "ghc, haskell infra: #40642 direct to master" 2018-05-23 09:36:16 +02:00
default.nix
generic-builder.nix haskell generic builder: Disable static libs on Windows because no -staticlib 2018-05-23 10:27:41 -04:00
generic-stack-builder.nix generic-stack-builder: also support nix-build 2018-05-09 18:12:13 -05:00
hackage-packages.nix hackage-packages.nix: automatic Haskell package set update 2018-05-22 10:32:09 +02:00
hoogle-local-wrapper.sh
hoogle.nix
initial-packages.nix
lib.nix Revert "ghc, haskell infra: #40642 direct to master" 2018-05-23 09:36:16 +02:00
make-package-set.nix Merge pull request #40710 from ElvishJerricco/overrideCabal-getHaskellBuildInputs 2018-05-22 10:37:26 +02:00
with-packages-wrapper.nix