about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.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.4.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.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index f9ce2a5165aa..a1c0c3e184dd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -137,7 +137,6 @@ in {
   tomland = doJailbreak super.tomland;
   type-equality = doJailbreak super.type-equality;
   unordered-containers = doJailbreak super.unordered-containers;
-  vector = dontCheck super.vector;
   vector-binary-instances = doJailbreak super.vector-binary-instances;
 
   hpack = overrideCabal (drv: {