diff options
| author | Sören Tempel <soeren@soeren-tempel.net> | 2026-07-25 21:36:45 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-23 16:34:20 +0200 |
| commit | 7d69e87c376967d9151b090606d208c60bb3c4a8 (patch) | |
| tree | d67ff9006d40447f37633973183ed011bbaba458 /gnu/packages/haskell.scm | |
| parent | af4eedd6cede0a213548d6a823bec4c1a19af647 (diff) | |
gnu: ghc: Rebase patch to support GHC_PACKAGE_PATH in Cabal.haskell-team
* gnu/packages/haskell.scm (ghc-9.10)[source]{origin}<patches>: Apply
new patch for GHC_PACKAGE_PATH support in vendored Cabal library.
* gnu/packages/patches/ghc-9.10-cabal-support-package-path.patch: New
patch.
* gnu/local.mk: Register it.
Diffstat (limited to 'gnu/packages/haskell.scm')
| -rw-r--r-- | gnu/packages/haskell.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6bba8bccbb1..56ccab3b45a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -2135,7 +2135,8 @@ interactive environment for the functional language Haskell.") | |||
| 2135 | "/ghc-" version "-src.tar.xz")) | 2135 | "/ghc-" version "-src.tar.xz")) |
| 2136 | (sha256 | 2136 | (sha256 |
| 2137 | (base32 | 2137 | (base32 |
| 2138 | "1pm84cgr3yg99r3srdjllgz6zig8h7dbwa597srwcnjp0nh41zam")))) | 2138 | "1pm84cgr3yg99r3srdjllgz6zig8h7dbwa597srwcnjp0nh41zam")) |
| 2139 | (patches (search-patches "ghc-9.10-cabal-support-package-path.patch")))) | ||
| 2139 | (arguments | 2140 | (arguments |
| 2140 | (substitute-keyword-arguments (package-arguments base) | 2141 | (substitute-keyword-arguments (package-arguments base) |
| 2141 | ((#:phases phases #~%standard-phases) | 2142 | ((#:phases phases #~%standard-phases) |
