summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorernestkz <ernestkuznecovs@gmail.com>2021-06-06 02:45:12 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-06 16:48:37 +0200
commitbd103151ea885a9802fa25f359f19ed0a0e162ef (patch)
tree68cd3213bf6abc896820edbda5e87eeac485dffe /pkgs/development/haskell-modules/configuration-common.nix
parent7f31ab271c434c3a45cebcdabf45c4699eda4e97 (diff)
downloadnixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar.gz
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar.bz2
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar.lz
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar.xz
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.tar.zst
nixpkgs-bd103151ea885a9802fa25f359f19ed0a0e162ef.zip
haskellPackages.reactive-banana: unbreak
Co-authored-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ee94b13bfbe..cc39fb4fd10 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1949,4 +1949,8 @@ EOT
     testTarget = "libarchive-test --test-options='-j1'";
   };
 
+  # unrestrict bounds for hashable and semigroups
+  # https://github.com/HeinrichApfelmus/reactive-banana/issues/215
+  reactive-banana = doJailbreak super.reactive-banana;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super