<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,21 +1,14 @@
-Lib = LibPandoc
-lib = pandoc
+all:	build
 
-all: $(lib).so
+configure:
+	./Setup.lhs configure
 
-$(lib).so: $(lib).o $(Lib).o
-	ghc --make -no-hs-main -optl-shared -o $@ $(lib).c $(Lib).hs
+build:
+	./Setup.lhs build
 
-$(lib).o: $(Lib).o
+install: 
+	./Setup.lhs install
 
 clean:
-	rm -rf *stub* *.so *.o *.hi *.hs
+	./Setup.lhs clean
 
-%.hs: %.hsc
-	hsc2hs -I. $&lt;
-
-%.o: %.hs
-	ghc -c $&lt;
-
-%.o: %.c
-	ghc -c $&lt;</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e5840d4a9fce29cd5f7733f62d6de9fb62ea2642</id>
    </parent>
  </parents>
  <author>
    <name>Anton Tayanovskyy</name>
    <email>toyvo@tosh.(none)</email>
  </author>
  <url>http://github.com/toyvo/libpandoc/commit/f9bafb97d79b3b395953833ca6d03bbd24f11d72</url>
  <id>f9bafb97d79b3b395953833ca6d03bbd24f11d72</id>
  <committed-date>2009-10-13T14:59:52-07:00</committed-date>
  <authored-date>2009-10-13T14:59:52-07:00</authored-date>
  <message>cabal-based Makefile</message>
  <tree>81253f9f74eab217b4d2f5141dd186e4ab535269</tree>
  <committer>
    <name>Anton Tayanovskyy</name>
    <email>toyvo@tosh.(none)</email>
  </committer>
</commit>
