diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-08-08 19:05:29 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-08-08 19:05:29 -0400 |
commit | 244eda91d767afe0edbeb41af8aecd6dc1eda589 (patch) | |
tree | 521c318fbf763ce9443027db1b8930ca664a26c9 | |
parent | 6d68553346af842e390b9e8bab846482e50930a2 (diff) | |
download | haskell-wip/fix-docs.tar.gz |
Revert "Try fixing OS X build"wip/fix-docs
This reverts commit 690bfd7f91896917a419d91123676ef23c8da7cd.
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f86f351517..18ae1092ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -136,7 +136,7 @@ jobs: environment: # Disable sphinx PDF output as MacTeX apparently doesn't provide xelatex BUILD_SPHINX_PDF: "NO" - #MACOSX_DEPLOYMENT_TARGET: "10.7" + MACOSX_DEPLOYMENT_TARGET: "10.7" # Only Sierra and onwards supports clock_gettime. See #12858 ac_cv_func_clock_gettime: "no" GHC_COLLECTOR_FLAVOR: x86_64-darwin |