about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-03-20 14:14:41 +0100
committersternenseemann <sternenseemann@systemli.org>2023-03-20 14:14:41 +0100
commit0cce97d64ecdd009381c4464d82a7cbd1f547068 (patch)
tree01d7819b419356f00875c75675eeb808bda22a7f /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent600fd969f6d317524f4e859824f577663d795d15 (diff)
downloadnixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar.gz
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar.bz2
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar.lz
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar.xz
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.tar.zst
nixlib-0cce97d64ecdd009381c4464d82a7cbd1f547068.zip
haskell.packages.*.vector: clean up and unify overrides, run tests
- The dontCheck overrides are not necessary completely. It seems that
  there is some kind of issue with the doctest suite, but we can run the
  other ones.

- We need a jailbreak everywhere due to doctest (ironically), so we can
  move that into the common configuration.

- The i686 issue has been closed upstream. Tested locally to confirm
  that it is indeed not a problem anymore.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index ef7c4c613911..8ac5d1ee9f74 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -110,16 +110,6 @@ self: super: {
   # XXX: 1.3 supports 9.6 properly, but is intended for bifunctors >= 5.6
   semialign = doJailbreak super.semialign;
 
-  # Not using latest vector version yet…
-  vector = doDistribute (overrideCabal {
-    jailbreak = true;
-    # vector-doctest seems to be broken when executed via ./Setup test
-    testTarget = lib.concatStringsSep " " [
-      "vector-tests-O0"
-      "vector-tests-O2"
-    ];
-  } super.vector);
-
   #
   # Too strict bounds, waiting on Revision in nixpkgs
   #