From 9f7bd22241ba300031ad89bbcd10d2bb8faa1363 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sat, 2 Mar 2024 11:19:57 +0300 Subject: [PATCH] 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 eb0096f236876..c1d9e1358f701 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