]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - lwn-epub.cabal
Add a first draft using HXT, HandsomeSoup, and the Haskell epub library.
[dead/lwn-epub.git] / lwn-epub.cabal
index 37422447b0c4a5875ff92110f159bded2eb10dcf..8afbe2c752cc40d6fcf1f192b2d9e70677f37e28 100644 (file)
@@ -9,8 +9,15 @@ build-type:     Simple
 
 executable lwn-epub
   build-depends:
-    base                        == 4.5.*,
-    tagsoup                     == 0.12.*
+    base                    == 4.5.*,
+    bytestring              == 0.9.*,
+    directory               == 1.1.*,
+    epub                    == 0.0.6,
+    filepath                == 1.3.*,
+    HandsomeSoup            == 0.3.*,
+    hxt                     == 9.*,
+    MissingH                == 1.1.*,
+    old-time
 
   main-is:
     Main.hs