haskellPackages.espial: Apply patch to work with GHC 9.X

This commit is contained in:
Deniz Alp Durmaz 2022-10-09 12:27:34 +03:00
parent 4567b99d17
commit 26e666d33c
3 changed files with 7 additions and 3 deletions

View file

@ -1380,6 +1380,13 @@ self: super: {
})
] super.svgcairo;
# Espial is waiting for a hackage release to be compatible with GHC 9.X.
espial = appendPatch (fetchpatch {
url = "https://github.com/jonschoning/espial/commit/70177f9efb9666c3616e8a474681d3eb763d0e84.patch";
sha256 = "sha256-aJtwZGp9DUpACBV0WYRL7k32m6qWf5vq6eKBFq/G23s=";
excludes = ["package.yaml" "stack.yaml" "stack.yaml.lock"];
}) super.espial;
# Missing -Iinclude parameter to doc-tests (pull has been accepted, so should be resolved when 0.5.3 released)
# https://github.com/lehins/massiv/pull/104
massiv = dontCheck super.massiv;

View file

@ -1341,7 +1341,6 @@ broken-packages:
- ert
- escape-artist
- escoger
- espial
- esqueleto-pgcrypto
- ess
- essence-of-live-coding-gloss-example

View file

@ -92409,8 +92409,6 @@ self: {
];
description = "Espial is an open-source, web-based bookmarking server";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"esqueleto" = callPackage