about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorthielema <git@henning-thielemann.de>2024-01-18 09:49:14 +0100
committerHenning Thielemann <git@henning-thielemann.de>2024-01-18 18:06:11 +0100
commit2ae5dc04722b94ec9f170524ed2b511bc1b5f654 (patch)
tree07aabc637d347a63fe73f24260bff0662e1e7298 /pkgs/development/haskell-modules
parent393ca0ec36dc89104728e0f1959004945b6654c1 (diff)
downloadnixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar.gz
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar.bz2
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar.lz
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar.xz
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.tar.zst
nixlib-2ae5dc04722b94ec9f170524ed2b511bc1b5f654.zip
haskellPackages.cabal-plan: jailbreak
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 28908d5c32b8..6811e0211c43 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -232,6 +232,9 @@ self: super: {
   # There are numerical tests on random data, that may fail occasionally
   lapack = dontCheck super.lapack;
 
+  # currently, cabal-plan seems to get not much maintenance
+  cabal-plan = doJailbreak super.cabal-plan;
+
   # fix tests failure for baseā‰„4.15 (https://github.com/kim/leveldb-haskell/pull/41)
   leveldb-haskell = appendPatch (fetchpatch {
     url = "https://github.com/kim/leveldb-haskell/commit/f5249081f589233890ddb1945ec548ca9fb717cf.patch";