about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.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.0.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.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 3ed8d155e8e0..3c59f6b80d66 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -81,7 +81,6 @@ self: super: {
   tar = doJailbreak super.tar;
   time-compat = doJailbreak super.time-compat;
   tuple = addBuildDepend self.base-orphans super.tuple;
-  vector = doJailbreak (dontCheck super.vector);
   vector-binary-instances = doJailbreak super.vector-binary-instances;
   vector-th-unbox = doJailbreak super.vector-th-unbox;
   zlib = doJailbreak super.zlib;