diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-19 14:19:36 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-05-27 08:44:43 +0000 |
commit | e508c57701453d3564a0228a4a0c0c59b6576f62 (patch) | |
tree | fc6c7b51d652db898b5c74386553542cb5109585 | |
parent | ec3d7f4c1b0de21660ee6c108c1200abbc82ced6 (diff) |
devel/hs-darcs: Switch to GHC 9.2 for building.
-rw-r--r-- | devel/hs-darcs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ab155f5996ea..9145a35a804b 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -9,6 +9,7 @@ WWW= http://darcs.net/ LICENSE= GPLv2+ +BUILD_DEPENDS= ghc-9.2.7:lang/ghc92 LIB_DEPENDS= libcurl.so:ftp/curl USES= cabal pkgconfig |