From 3ac8e91e4e477c41c6dc09e847df13359c8bb8cb Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Mon, 7 Aug 2017 14:53:33 -0400 Subject: [PATCH] Apply clang fix (use cpphs) to freebsd as well --- thyme.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thyme.cabal b/thyme.cabal index e12ee98..893de5f 100644 --- a/thyme.cabal +++ b/thyme.cabal @@ -103,7 +103,7 @@ library vector-space >= 0.8 if os(windows) build-depends: Win32 - if os(darwin) + if os(darwin) || os(freebsd) build-tools: cpphs ghc-options: -pgmP cpphs -optP--cpp if flag(lens) || flag(docs)