haskellPackages.text-format: fix GHC 9.2 build

Pulls in a patch that appears to fix this.
This commit is contained in:
Theodore Ni 2022-08-07 20:43:47 -07:00
parent 901978e1fd
commit 2056075fdb
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474
3 changed files with 5 additions and 3 deletions

View file

@ -2622,4 +2622,9 @@ in {
purescript-ast = purescriptStOverride super.purescript-ast;
purenix = purescriptStOverride super.purenix;
text-format = appendPatch (fetchpatch {
url = "https://github.com/hackage-trustees/text-format/pull/4/commits/949383aa053497b8c251219c10506136c29b4d32.patch";
sha256 = "QzpZ7lDedsz1mZcq6DL4x7LBnn58rx70+ZVvPh9shRo=";
}) super.text-format;
})

View file

@ -5033,7 +5033,6 @@ broken-packages:
- text-ascii
- text-builder-linear
- text-containers
- text-format
- text-format-heavy
- text-generic-pretty
- text-icu-normalized

View file

@ -278948,8 +278948,6 @@ self: {
];
description = "Text formatting";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"text-format-heavy" = callPackage