about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMarc Scholten <marc@digitallyinduced.com>2023-09-30 16:21:07 +0200
committerMarc Scholten <marc@digitallyinduced.com>2023-09-30 23:24:10 +0200
commit8e7c07d65aff56760077487cb3d638ad2c441dea (patch)
tree2cc9b633e3b38815ddf7e34da79c6bbbba3dc575 /pkgs/development/haskell-modules/configuration-common.nix
parentc0831fce32bc37751102e5d9a1db078121fdb31f (diff)
haskellPackages.typerep-map: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index af0ee3becb70d..2741a8d8738bf 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2732,4 +2732,9 @@ self: super: {
 
   # The hackage source is somehow missing a file present in the repo (tests/ListStat.hs).
   sym = dontCheck super.sym;
+
+  # Too strict bounds on base, ghc-prim, primitive
+  # https://github.com/kowainik/typerep-map/pull/128
+  typerep-map = doJailbreak super.typerep-map;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super