From 5857c12797989af57132ca8f761e94dd5a6e2032 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sat, 12 May 2012 10:19:01 -0700
Subject: [PATCH] osx package: use blaze_html_0_5.

---
 make_osx_package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_osx_package.sh b/make_osx_package.sh
index 85a23a7a8..64db8a5d2 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -16,7 +16,7 @@ echo Building pandoc...
 sudo cabal-dev install-deps
 sudo cabal-dev install --flags="embed_data_files" citeproc-hs
 sudo cabal-dev install --disable-library-for-ghci highlighting-kate
-sudo cabal-dev install --prefix=/usr/local --datasubdir=$BASE --docdir=/usr/local/doc/$BASE --flags="executable -library"
+sudo cabal-dev install --prefix=/usr/local --datasubdir=$BASE --docdir=/usr/local/doc/$BASE --flags="executable blaze_html_0_5 -library"
 sudo cabal-dev copy --destdir=$ROOT
 sudo chown -R $ME:staff $DIST