summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorDaniel Smith <danielspencersmith@gmail.com>2021-10-23 13:42:26 -0700
committerDaniel Smith <danielspencersmith@gmail.com>2021-10-23 15:51:56 -0700
commit742d75c5bcd587ba0ac2a4c01e16b0872b743b89 (patch)
tree29503e28146972ea92e1f98548b1ebf92ff374e6 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent3478ac5c5ba30b841cb8096d314c01fa553b19a3 (diff)
downloadnixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar.gz
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar.bz2
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar.lz
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar.xz
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.tar.zst
nixpkgs-742d75c5bcd587ba0ac2a4c01e16b0872b743b89.zip
ghcjs: remove duplicate vector patch
Allows vector to be built with ghcjs
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index d4e443d6bea..953695e7b6c 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -101,9 +101,6 @@ self: super:
   # still present here https://github.com/glguy/th-abstraction/issues/53
   th-abstraction = dontCheck super.th-abstraction;
 
-  # https://github.com/haskell/vector/issues/410
-  vector = appendPatch super.vector (../compilers/ghcjs/patches/vector-ghcjs-storable-set.patch) ;
-
   # Need hedgehog for tests, which fails to compile due to dep on concurrent-output
   zenc = dontCheck super.zenc;
 }