diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-01-25 13:03:43 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2023-02-26 10:26:15 +0100 |
commit | ebea18357b325dc96e68bfd7103497571b2cbd77 (patch) | |
tree | e64df968d7ce990737e1c5ad505ef84ad104af65 /gnu/packages/elm.scm | |
parent | 92caedb60c8fb6961446d223b623c41bed808acd (diff) | |
download | guix-ebea18357b325dc96e68bfd7103497571b2cbd77.tar.gz |
gnu: elm: Support GHC 9.2.
* gnu/packages/elm.scm (elm-sans-reactor)[source]: Add patch to support GHC 9.2. * gnu/packages/patches/elm-ghc9.2.patch: This one. * gnu/local.mk: Add it.
Diffstat (limited to 'gnu/packages/elm.scm')
-rw-r--r-- | gnu/packages/elm.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm index 6d301cf51c..a74d294ae5 100644 --- a/gnu/packages/elm.scm +++ b/gnu/packages/elm.scm @@ -56,7 +56,8 @@ (base32 "1rdg3xp3js9xadclk3cdypkscm5wahgsfmm4ldcw3xswzhw6ri8w")) (patches (search-patches "elm-reactor-static-files.patch" - "elm-offline-package-registry.patch")))) + "elm-offline-package-registry.patch" + "elm-ghc9.2.patch")))) (build-system haskell-build-system) (arguments (list |