summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-06-26 23:53:17 +0200
committermaralorn <mail@maralorn.de>2023-06-26 23:53:17 +0200
commit17489705dd7f1314f2ffc59c8947506370561ad0 (patch)
tree9149ea6d2b2f232047b46b409e8ebc8d9aa8bd3f /pkgs/development/haskell-modules
parentbecc80b722160e1a7d0bfc965af82c30687d1de9 (diff)
downloadnixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar.gz
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar.bz2
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar.lz
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar.xz
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.tar.zst
nixpkgs-17489705dd7f1314f2ffc59c8947506370561ad0.zip
haskellPackages.trie-simple: Loosen lower bound on semialign
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 dcec56ad07d..2848d26d599 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -623,6 +623,9 @@ self: super: {
   # 2023-06-26: Test failure: https://hydra.nixos.org/build/224869905
   comfort-blas = dontCheck super.comfort-blas;
 
+  # 2022-06-26: Too strict lower bound on semialign.
+  trie-simple = doJailbreak super.trie-simple;
+
   # These test suites run for ages, even on a fast machine. This is nuts.
   Random123 = dontCheck super.Random123;
   systemd = dontCheck super.systemd;