Merge pull request #242437 from dalpd/dad-espial-ghc945-support

haskellPackages.espial: Fix build by patching with upstream commit
This commit is contained in:
Dennis Gosnell 2023-07-09 20:19:07 +09:00 committed by GitHub
commit 4de985c624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,6 +267,13 @@ self: super: {
ghc-datasize = disableLibraryProfiling super.ghc-datasize;
ghc-vis = disableLibraryProfiling super.ghc-vis;
# Waiting for the commit being fetched as a patch to get a release.
espial = appendPatch (fetchpatch {
url = "https://github.com/jonschoning/espial/commit/70375db7e245207b3572779288eade3252c4d9e3.patch";
sha256 = "sha256-fto8fdFbZkzn7dwCCsGw+j+5HSvEvyvU5VzYDn4F2G8=";
excludes = ["*.yaml" "*.lock" "*.json"];
}) super.espial;
# 2023-06-10: Too strict version bound on https://github.com/haskell/ThreadScope/issues/118
threadscope = doJailbreak super.threadscope;