haskellPackages.rec-def: Unbreak

This commit is contained in:
Joachim Breitner 2022-10-04 11:55:22 +02:00
parent ed251f3eb4
commit 5ff268a184
4 changed files with 5 additions and 3 deletions

View file

@ -2586,4 +2586,7 @@ in {
url = "https://github.com/hackage-trustees/text-format/pull/4/commits/949383aa053497b8c251219c10506136c29b4d32.patch";
sha256 = "QzpZ7lDedsz1mZcq6DL4x7LBnn58rx70+ZVvPh9shRo=";
}) super.text-format;
# 2022-10-04: Needs newer tasty-dejafu than (currently) in stackage
rec-def = super.rec-def.override { tasty-dejafu = self.tasty-dejafu_2_1_0_0; };
})

View file

@ -4220,7 +4220,6 @@ broken-packages:
- reanimate-svg
- reasonable-lens
- reason-export
- rec-def
- record
- record-encode
- record-impl

View file

@ -324,6 +324,7 @@ package-maintainers:
- leb128-cereal
- tasty-expected-failure
- lhs2tex
- rec-def
pacien:
- ldgallery-compiler
peti:

View file

@ -237308,8 +237308,7 @@ self: {
];
description = "Recursively defined values";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = [ lib.maintainers.nomeata ];
}) {};
"rec-smallarray" = callPackage