about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix
AgeCommit message (Expand)AuthorFilesLines
2024-02-08haskellPackages.mkDerivation: remove version checks for unsupported GHCWolfgang Walther1-3/+1
2023-06-14ghcWithPackages: Fix a sed bug in patching package conf fileIan-Woo Kim1-1/+1
2023-06-14ghcWithPackages: handle the boot dylib links separately for GHC 9.6Ian-Woo Kim1-1/+13
2023-02-05haskellPackages.ghcWithPackages: fix whitespace alignmentsternenseemann1-2/+2
2023-02-05haskellPackages: support hadrian libdir layoutsternenseemann1-1/+2
2023-01-22haskellPackages.ghcWithPackages: suppport ghcs without doc outputsternenseemann1-1/+1
2023-01-15Merge pull request #210762 from sternenseemann/nix-ghc-docdirmaralorn1-2/+10
2023-01-15ghc.withPackages: install documentation to -with-packages outputsternenseemann1-2/+10
2023-01-14ghc.withPackages: set preferLocalBuild in the correct placesternenseemann1-1/+1
2022-03-31ghcWithPackages: use haskellCompilerName for ghclibdirsternenseemann1-1/+1
2022-03-31ghcWithPackages: use packageCfgDir over ghc.name where appropriatesternenseemann1-3/+3
2022-02-08haskellPackages.ghcWithPackages: throw on old override interfacesternenseemann1-0/+15
2022-01-06haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideablesternenseemann1-2/+17
2022-01-06ghcWithPackages: remove check for GHC >= 6.12sternenseemann1-3/+0
2021-11-25ghcWithPackages: don't wrap GHC with LLVM unnecessarilysternenseemann1-10/+4
2021-11-24ghcWithPackages: rename withLLVM to useLLVMsternenseemann1-3/+3
2021-11-23ghcWithPackages: GHC 8.10.7 still needs LLVM for aarch64-darwinsternenseemann1-1/+1
2021-11-18ghcWithPackages: list missing targets with NCG availablesternenseemann1-1/+10
2021-11-18ghcWithPackages: check targetPlatform to decide if NCG is availablesternenseemann1-1/+1
2021-05-03ghcWithPackages: set withLLVM if hostPlatform is not x86_64sternenseemann1-1/+1
2021-03-02treewide: Fix various tools wrappers "with packages"John Ericson1-2/+1
2020-09-18haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapperMalte Brandy1-12/+0
2020-08-16haskellPackages.haskell-language-server: 0.2.0 -> 0.3.0Malte Brandy1-2/+3
2020-07-24ghc.withPackages: Wrap hls with package lookup envMalte Brandy1-4/+6
2020-06-05ghc.withPackages: Add wrapper for ghcideMalte Brandy1-0/+9
2020-05-29haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8Soares Chen1-2/+2
2020-04-17haskellPackages.ghcWithPackages: fix for GHC 8.10Guillaume Bouchard1-1/+12
2020-01-10Revert "haskell/with-packages-wrapper.nix: install "doc" outputs"Peter Simons1-12/+2
2020-01-06haskell/with-packages-wrapper.nix: remove /bin symlink if it existsMatthew Bauer1-0/+9
2020-01-02haskell/with-packages-wrapper.nix: install "doc" outputsMatthew Bauer1-2/+3
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-3/+3
2018-06-26ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer1-2/+3
2018-06-18haskell: fix with-packages-wrapper in ghcjsMatthew Bauer1-1/+1
2018-03-15haskellPackages.ghcWithPackages: Wrap haddock with GHC lib dirSarah Brofeldt1-0/+9
2018-02-09haskell-with-packages-wrapper: don't bother with extraOutputsToInstallPeter Simons1-1/+0
2018-01-12Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2Peter Simons1-1/+1
2018-01-09haskell: Fix depending on libs with internal libs on darwin.Hamish Mackenzie1-1/+1
2018-01-04ghcWithPackages: Fix comment URLJohn Ericson1-1/+1
2018-01-04ghcWithPackages: Get rid of unused passthroughJohn Ericson1-2/+0
2018-01-04ghcWithPackages: Don't bother with ignoreCollisions cause we don't use buildEnvJohn Ericson1-2/+1
2018-01-03ghcWithPackages: Fix cross, and avoid needless C compilerJohn Ericson1-3/+3
2018-01-02haskell infra: Fix cross as much as possible without changing hashesJohn Ericson1-3/+2
2017-12-05Revert "Revive multiple outputs for Haskell packages."Peter Simons1-1/+1
2017-11-27Fix 'ghcWithPackages' as per https://github.com/NixOS/nixpkgs/issues/32082Nicholas Clarke1-1/+1
2017-11-01fix ghcjs socket.ioJude Taylor1-0/+3
2017-08-07replace "Mac OS X" and "OS X" with "macOS"davidak1-1/+1
2017-05-05Fix use of `isDarwin` conditionals.Judah Jacobson1-23/+21
2017-05-05haskell: work around linker limits on Mac OS X Sierra.Judah Jacobson1-0/+23
2017-03-10Init HaLVM at 2.4.0David Johnson1-4/+5
2017-03-02Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS3noch1-10/+11