haskellPackages.multistate: allow hspec == 2.9.*

This commit is contained in:
sternenseemann 2022-12-30 11:57:16 +01:00
parent aaf6118fd5
commit 439841cc15
5 changed files with 4 additions and 7 deletions

View file

@ -665,6 +665,10 @@ self: super: {
idris = self.generateOptparseApplicativeCompletions [ "idris" ]
(doJailbreak (dontCheck super.idris));
# Too strict bound on hspec
# https://github.com/lspitzner/multistate/issues/9#issuecomment-1367853016
multistate = doJailbreak super.multistate;
# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;

View file

@ -168,7 +168,6 @@ self: super: {
brittany czipwith extra ghc-exactprint ghcide hls-plugin-api hls-test-utils lens lsp-types
]) (super.hls-brittany-plugin.overrideScope (lself: lsuper: {
brittany = doJailbreak lself.brittany_0_13_1_2;
multistate = unmarkBroken (dontCheck lsuper.multistate);
lsp-types = doJailbreak lsuper.lsp-types; # Checks require aeson >= 2.0
})));

View file

@ -157,9 +157,6 @@ self: super: {
# Restrictive upper bound on ormolu
hls-ormolu-plugin = doJailbreak super.hls-ormolu-plugin;
# Too strict bounds on base
# https://github.com/lspitzner/multistate/issues/9
multistate = doJailbreak super.multistate;
# https://github.com/lspitzner/butcher/issues/7
butcher = doJailbreak super.butcher;

View file

@ -3468,7 +3468,6 @@ broken-packages:
- multiplate-simplified
- multipool
- multirec
- multistate
- Munkres-simple
- muon
- murmur

View file

@ -198084,8 +198084,6 @@ self: {
testHaskellDepends = [ base hspec transformers ];
description = "like mtl's ReaderT / WriterT / StateT, but more than one contained value/type";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"multivariant" = callPackage