]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - lwn-epub.cabal
Begin working on image replacemenent.
[dead/lwn-epub.git] / lwn-epub.cabal
index 37422447b0c4a5875ff92110f159bded2eb10dcf..abe1e61980c70c0d5694ded7e1dc635292ed8b61 100644 (file)
@@ -9,8 +9,23 @@ build-type:     Simple
 
 executable lwn-epub
   build-depends:
-    base                        == 4.5.*,
-    tagsoup                     == 0.12.*
+    base                    == 4.5.*,
+    bytestring              == 0.9.*,
+    cmdargs                 == 0.9.*,
+    directory               == 1.1.*,
+    download-curl           == 0.1.*,
+    filepath                == 1.3.*,
+    HandsomeSoup            == 0.3.*,
+    HUnit                   == 1.2.*,
+    hxt                     == 9.*,
+    MissingH                == 1.1.*,
+    network                 == 2.3.*,
+    pandoc                  == 1.9.*,
+    regex-posix             == 0.95.*,
+    test-framework          == 0.6.*,
+    test-framework-hunit    == 0.2.*,
+    time                    == 1.*,
+    utf8-string             == 0.3.*
 
   main-is:
     Main.hs