X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=lwn-epub.cabal;h=d301b994fb3d5a432588dc71f197a02d10298e0c;hp=6eb0c4e127c40ef572f063e851cf655ff8147e8f;hb=291c39f59e958a012dd6e4ddec9b0276a4045b45;hpb=ed2ed8abd62ba3dec7f799253de1133732f8c153 diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 6eb0c4e..d301b99 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -12,13 +12,25 @@ executable lwn-epub base == 4.5.*, bytestring == 0.9.*, cmdargs == 0.9.*, + ConfigFile == 1.*, + containers == 0.*, directory == 1.1.*, filepath == 1.3.*, HandsomeSoup == 0.3.*, + http-conduit == 1.6.*, + http-types == 0.7.*, + HUnit == 1.2.*, hxt == 9.*, MissingH == 1.1.*, + network == 2.3.*, pandoc == 1.9.*, - time == 1.* + parallel-io == 0.3.*, + regex-posix == 0.95.*, + temporary == 1.*, + test-framework == 0.6.*, + test-framework-hunit == 0.2.*, + time == 1.*, + utf8-string == 0.3.* main-is: Main.hs