about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-01-23 17:52:53 +0100
committerNaïm Favier <n@monade.li>2024-01-23 17:52:53 +0100
commite6507a8ff6924c0e1158abb6f9b3eb73509caae5 (patch)
treecd826667fccb15d39b86d0c6e4e6197bdc0ec8be /pkgs/development/haskell-modules
parenta7ad5b99b1ae3446d422578b07c60bdc18159e95 (diff)
downloadnixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar.gz
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar.bz2
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar.lz
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar.xz
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.tar.zst
nixlib-e6507a8ff6924c0e1158abb6f9b3eb73509caae5.zip
haskellPackages.unicode-data: disable tests
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 255e5192cc04..6ff84394d3fb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2849,6 +2849,9 @@ self: super: {
   # The hackage source is somehow missing a file present in the repo (tests/ListStat.hs).
   sym = dontCheck super.sym;
 
+  # 2024-01-23: https://github.com/composewell/unicode-data/issues/118
+  unicode-data = dontCheck super.unicode-data;
+
   # Too strict bounds on base, ghc-prim, primitive
   # https://github.com/kowainik/typerep-map/pull/128
   typerep-map = doJailbreak super.typerep-map;