nixpkgs/pkgs/development/haskell-modules
Gabriella Gonzalez bb976f4e86
haskell.packages.ghcjs.vector: Fix evaluation failure (#150002)
The derivation for the GHCJS `vector` package broke in #142940 due to
introducing the line of code that this change deletes.

The offending line appears to have been unintentionally added and
causes an evaluation failure for two separate reason :

* The argument order is wrong

  The change in #142940 switched the `haskellLib` utilities to flip
  their argument order, but the `appendPatch` in the offending line
  has the original argument order

* The patch file referenced by the offending line does not exist

The correct fix is to delete the line, because the patch is not
necessary.  The default version of the `vector` package is `0.12.3.1`,
which already includes the fix from that patch.
2021-12-11 12:04:13 -08:00
..
configuration-hackage2nix haskellPackages: mark builds failing on hydra as broken 2021-12-09 21:31:42 +01:00
lib haskell.lib{,.compose}.doDistribute: default to lib.platforms.all 2021-12-02 11:27:12 +01:00
patches haskellPackages.xmonad_0_17_0: respect NIX_GHC and XMONAD_XMESSAGE 2021-12-01 18:25:28 +01:00
cabal2nix-unstable.nix haskellPackages.cabal2nix-unstable: 2021-09-28 -> 2021-10-23 2021-10-23 13:42:27 +08:00
configuration-arm.nix haskellPackages.hls-haddock-comment-plugin: no aarch64-linux tests 2021-11-22 12:22:08 +01:00
configuration-common.nix haskellPackages.Agda: 2.6.2 -> 2.6.2.1 2021-12-08 23:15:57 +01:00
configuration-darwin.nix haskellPackages.ghcup: reflect streamly hackage update 2021-12-08 12:16:55 +01:00
configuration-ghc-8.6.x.nix haskellPackages: always inherit llvmPackages from ghc's passthru 2021-11-23 16:46:18 +01:00
configuration-ghc-8.8.x.nix haskellPackages: always inherit llvmPackages from ghc's passthru 2021-11-23 16:46:18 +01:00
configuration-ghc-8.10.x.nix haskellPackages: always inherit llvmPackages from ghc's passthru 2021-11-23 16:46:18 +01:00
configuration-ghc-9.0.x.nix haskell.packages.ghc901.text-short: 0.1.3 -> 0.1.4 2021-12-05 14:11:59 +01:00
configuration-ghc-9.2.x.nix haskell.packages.ghc921.validity: use proper patch for 0.12.0.0 2021-12-08 14:32:39 +01:00
configuration-ghc-head.nix haskellPackages: always inherit llvmPackages from ghc's passthru 2021-11-23 16:46:18 +01:00
configuration-ghcjs.nix haskell.packages.ghcjs.vector: Fix evaluation failure (#150002) 2021-12-11 12:04:13 -08:00
configuration-nix.nix haskellPackages.xmonad*_0_17_0: build on Hydra 2021-12-01 18:25:28 +01:00
configuration-tensorflow.nix haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00
default.nix
generic-builder.nix haskellPackages.mkDerivation: add doHaddockInterfaces option 2021-11-10 21:10:35 +01:00
generic-stack-builder.nix
hackage-packages.nix haskellPackages: mark builds failing on hydra as broken 2021-12-09 21:31:42 +01:00
HACKING.md haskell: small improvements to script for merging haskell-updates PR 2021-09-20 09:55:22 +09:00
hoogle-local-wrapper.sh
hoogle.nix
initial-packages.nix
lib.nix haskell.lib.compose: init 2021-11-07 19:40:00 +08:00
make-package-set.nix haskellPackages.developPackage: Use haskell.lib.compose correctly 2021-11-08 18:34:00 +08:00
non-hackage-packages.nix haskellPackages.graphql-engine: 2.0.5 -> 2.0.7 2021-08-19 14:15:21 +02:00
package-list.nix pkgs.haskell.package-list: init 2021-07-22 23:17:37 +02:00
stack-hook.sh
with-packages-wrapper.nix ghcWithPackages: don't wrap GHC with LLVM unnecessarily 2021-11-25 19:28:57 +01:00