summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-17 11:25:36 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-06-17 11:25:36 +0200
commite8d2bf944dd5ace133f456a0a337eaa9d5afa9ee (patch)
treeac5d456ba6d4fe02e8f29a74871b5f2173972110 /pkgs/development/haskell-modules
parent1c3b2aa37bc27929d3f1f0c0ab9a4f7c6eefce5d (diff)
downloadnixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar.gz
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar.bz2
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar.lz
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar.xz
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.tar.zst
nixpkgs-e8d2bf944dd5ace133f456a0a337eaa9d5afa9ee.zip
haskellPackages.tophat: unbreak
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 118c432ff58..0d9d65af01c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1965,4 +1965,8 @@ EOT
   # https://github.com/google/proto-lens/issues/413
   proto-lens = doJailbreak super.proto-lens;
 
+  # Too strict bounds on profunctors
+  # https://github.com/jcranch/tophat/issues/1
+  tophat = doJailbreak super.tophat;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super