git: 3051f65f1743 - main - devel/hs-haskell-language-server: Fix build after GHC update.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 10:25:44 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3051f65f1743b27411f6fdfa83e835e86890f64b
commit 3051f65f1743b27411f6fdfa83e835e86890f64b
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-05-28 18:13:12 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-07 10:24:37 +0000
devel/hs-haskell-language-server: Fix build after GHC update.
---
.../files/patch-cabal-ghc92.project | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/devel/hs-haskell-language-server/files/patch-cabal-ghc92.project b/devel/hs-haskell-language-server/files/patch-cabal-ghc92.project
new file mode 100644
index 000000000000..b024b273571e
--- /dev/null
+++ b/devel/hs-haskell-language-server/files/patch-cabal-ghc92.project
@@ -0,0 +1,11 @@
+--- cabal-ghc92.project.orig 2022-04-26 13:47:36 UTC
++++ cabal-ghc92.project
+@@ -29,7 +29,7 @@ packages:
+ ./plugins/hls-selection-range-plugin
+ ./plugins/hls-change-type-signature-plugin
+
+-with-compiler: ghc-9.2.2
++with-compiler: ghc-9.2.3
+
+ tests: true
+