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"; url = "https://github.com/hackage-trustees/text-format/pull/4/commits/949383aa053497b8c251219c10506136c29b4d32.patch";
sha256 = "QzpZ7lDedsz1mZcq6DL4x7LBnn58rx70+ZVvPh9shRo="; sha256 = "QzpZ7lDedsz1mZcq6DL4x7LBnn58rx70+ZVvPh9shRo=";
}) super.text-format; }) 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 - reanimate-svg
- reasonable-lens - reasonable-lens
- reason-export - reason-export
- rec-def
- record - record
- record-encode - record-encode
- record-impl - record-impl

View file

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

View file

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