From 932e6dc413857ca66802dc4fbe28f5477d4abc11 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 10 Feb 2018 08:03:22 +0000 Subject: Switch C compiler used to compile GHC to base Clang. This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043 --- devel/hs-haddock-library/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/hs-haddock-library') diff --git a/devel/hs-haddock-library/Makefile b/devel/hs-haddock-library/Makefile index 91fcfde88b77..3411d9764caf 100644 --- a/devel/hs-haddock-library/Makefile +++ b/devel/hs-haddock-library/Makefile @@ -2,6 +2,7 @@ PORTNAME= haddock-library PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -- cgit v1.2.3