summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-06-28 00:30:21 +0200
committermaralorn <mail@maralorn.de>2023-06-28 00:30:29 +0200
commit6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34 (patch)
tree2184990d3c81a34f063eabd9af8476b818162638 /pkgs/development/haskell-modules
parent90a520a348fd1d52137ca4689682c2b9fb837a48 (diff)
downloadnixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar.gz
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar.bz2
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar.lz
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar.xz
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.tar.zst
nixpkgs-6a2fef57ef1d2060426a9dfbc8977fc23b4d1a34.zip
haskellPackages.monad-bayes: don’t check
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7d34a019793..27ad4a18a35 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -197,6 +197,9 @@ self: super: {
   # 2023-06-28: Test error: https://hydra.nixos.org/build/225565149
   orbits = dontCheck super.orbits;
 
+  # 2023-06-28: Test error: https://hydra.nixos.org/build/225559546
+  monad-bayes = dontCheck super.monad-bayes;
+
   # Disable tests failing on odd floating point numbers generated by QuickCheck 2.14.3
   # https://github.com/haskell/statistics/issues/205
   statistics = overrideCabal (drv: {