Skip to content

Commit c0dcc25

Browse files
authored
Merge pull request #59 from mitchellwrosen/patch-1
Apply clang fix (use cpphs) to freebsd as well
2 parents e576f5b + 3ac8e91 commit c0dcc25

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)