summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-12 20:35:11 +0100
committerPeter Simons <simons@cryp.to>2021-03-12 20:35:11 +0100
commit5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4 (patch)
tree844745f3670656df98ab90840c72896b1517f3e0 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parentde657f6a2a9a08ca6e1e82cd5231feae1eb44677 (diff)
downloadnixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar.gz
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar.bz2
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar.lz
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar.xz
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.tar.zst
nixpkgs-5966fa1845ad2a3f1322c0f5f9b2ab797dfb82c4.zip
base64-bytestring: disable broken test suite
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.nix3
1 files changed, 3 insertions, 0 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 0a41a91aaa3..e3099bfe510 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -93,4 +93,7 @@ self: super: {
   # The test suite depends on ChasingBottoms, which is broken with ghc-9.0.x.
   unordered-containers = dontCheck super.unordered-containers;
 
+  # The test suite seems pretty broken.
+  base64-bytestring = dontCheck super.base64-bytestring;
+
 }