git: 9f7bd22241ba - main - ports-mgmt/hs-panopticum: Switch to GHC 9.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 09:22:58 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f7bd22241ba300031ad89bbcd10d2bb8faa1363 commit 9f7bd22241ba300031ad89bbcd10d2bb8faa1363 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-02 08:19:57 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-02 09:20:58 +0000 ports-mgmt/hs-panopticum: Switch to GHC 9.4 --- ports-mgmt/hs-panopticum/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports-mgmt/hs-panopticum/Makefile b/ports-mgmt/hs-panopticum/Makefile index eb0096f23687..c1d9e1358f70 100644 --- a/ports-mgmt/hs-panopticum/Makefile +++ b/ports-mgmt/hs-panopticum/Makefile @@ -9,6 +9,8 @@ WWW= https://foss.heptapod.net/bsdutils/panopticum LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ghc-9.4.8:lang/ghc94 + USES= cabal USE_GITLAB= yes