There seems to be an issue where cyvcf2/htslib uses uninitialised memory when determining whether a haploid call should be considered phased or not. It seems like we always get haploids as unphased on linux, but phased on Macs.
We can fix this by saying that haploids are always phased.