about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-01-16 19:32:18 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-16 21:17:56 +0100
commit76a419433f08424fc4abc3536d1b0d4cb78a128e (patch)
tree766c856c024f5111314251b3e34aebc389e0a156
parentbbf7b3af60a6b98df3ba625a845a7bf8d1932a58 (diff)
downloadnixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar.gz
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar.bz2
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar.lz
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar.xz
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.tar.zst
nixlib-76a419433f08424fc4abc3536d1b0d4cb78a128e.zip
haskellPackages.utf8-light: allow hspec 2.11
-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 8c1c24dc3165..266eea60b713 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2279,6 +2279,9 @@ self: super: {
     Cabal-syntax = self.Cabal-syntax_3_10_2_0;
   }));
 
+  # Too strict bound on hspec (<2.11)
+  utf8-light = doJailbreak super.utf8-light;
+
   large-hashable = lib.pipe (super.large-hashable.override {
     # https://github.com/factisresearch/large-hashable/commit/5ec9d2c7233fc4445303564047c992b693e1155c
     utf8-light = null;