[make 'mock' rpm builds work properly.
John Meacham <john@repetae.net>**20090820105148
 Ignore-this: dab4f58ea96afcfe69285ad12978db66
] hunk ./configure.ac 21
+if test -z "$HC"; then
+    echo "The ghc compiler was not found, please specify a location for it with the --with-hc flag"
+    exit 1
+fi
hunk ./configure.ac 39
+if test -z "$HSC2HS"; then
+    echo "The hsc2hs program not found, please specify a location for it with the --with-hsc2hs flag"
+    exit 1
+fi
hunk ./docs/building.mkd.in 15
-<http://repetae.net/yum/@PACKAGE@-@VERSION@-@RPMRELEASE@.i386.rpm>.
+<http://repetae.net/yum/@PACKAGE@-@VERSION@-@RPMRELEASE@.i586.rpm>.
hunk ./docs/building.mkd.in 28
+ * haskell library [readline](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/readline)
+ * haskell library [fgl](http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fgl)
hunk ./jhc.spec.in 12
+BuildRequires: ghc, ghc-zlib-devel, ghc-utf8-string-devel