X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=lwn-epub.cabal;h=abe1e61980c70c0d5694ded7e1dc635292ed8b61;hp=8afbe2c752cc40d6fcf1f192b2d9e70677f37e28;hb=96831d7451101a46cdaa6276bc9f61a17282b57a;hpb=b591d5f5c3c47d253c24144beae1edf8648cd94b diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 8afbe2c..abe1e61 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -11,13 +11,21 @@ executable lwn-epub build-depends: base == 4.5.*, bytestring == 0.9.*, + cmdargs == 0.9.*, directory == 1.1.*, - epub == 0.0.6, + download-curl == 0.1.*, filepath == 1.3.*, HandsomeSoup == 0.3.*, + HUnit == 1.2.*, hxt == 9.*, MissingH == 1.1.*, - old-time + 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