about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.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-8.8.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-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 82e221af6c57..01cb34881516 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -118,9 +118,6 @@ self: super: {
 
   ormolu = super.ormolu_0_2_0_0;
 
-  # vector 0.12.2 indroduced doctest checks that don’t work on older compilers
-  vector = dontCheck super.vector;
-
   ghc-api-compat = doDistribute (unmarkBroken super.ghc-api-compat_8_6);
 
   mime-string = disableOptimization super.mime-string;