Skip to content

Commit 3ac8e91

Browse files
Apply clang fix (use cpphs) to freebsd as well
1 parent e576f5b commit 3ac8e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thyme.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ library
103103
vector-space >= 0.8
104104
if os(windows)
105105
build-depends: Win32
106-
if os(darwin)
106+
if os(darwin) || os(freebsd)
107107
build-tools: cpphs
108108
ghc-options: -pgmP cpphs -optP--cpp
109109
if flag(lens) || flag(docs)

0 commit comments

Comments
 (0)