summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-05-19 16:57:12 +0200
committerNaïm Favier <n@monade.li>2024-05-19 16:57:12 +0200
commita3053c44ca75d60bc714e9a0b26b0969c57140f7 (patch)
tree838dfed9b67cdf77c63213ac434aa6d13228c7f8 /pkgs/development/haskell-modules/configuration-common.nix
parent8e92eb96cef45f52dedb87f6ad1967e72e61b4d8 (diff)
parenta9842e25bcab482e4159f38c1adbfb9f32d8b024 (diff)
Merge branch 'master' into haskell-updates
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 59ef5083c6c3..5e99af26502f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -3086,6 +3086,10 @@ self: super: {
# https://github.com/isovector/type-errors/issues/9
type-errors = dontCheck super.type-errors;
+ # 2024-05-15: Hackage distribution is missing files needed for tests
+ # https://github.com/isovector/cornelis/issues/150
+ cornelis = dontCheck super.cornelis;
+
cabal-gild = super.cabal-gild.overrideScope (self: super: {
tasty = super.tasty_1_5;
tasty-quickcheck = super.tasty-quickcheck_0_10_3;