haskellPackages.text-format: fix GHC 9.2 build
Pulls in a patch that appears to fix this.
This commit is contained in:
parent
901978e1fd
commit
2056075fdb
3 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
})
|
||||
|
|
|
@ -5033,7 +5033,6 @@ broken-packages:
|
|||
- text-ascii
|
||||
- text-builder-linear
|
||||
- text-containers
|
||||
- text-format
|
||||
- text-format-heavy
|
||||
- text-generic-pretty
|
||||
- text-icu-normalized
|
||||
|
|
|
@ -278948,8 +278948,6 @@ self: {
|
|||
];
|
||||
description = "Text formatting";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"text-format-heavy" = callPackage
|
||||
|
|
Loading…
Reference in a new issue