X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=lwn-epub.cabal;h=18796348d99ad428b3e13b925ac3c2c6fc7ecbfa;hp=755845b5f671bb1dcb2e7261e885974530c838b8;hb=241e9b547e48d4af7eb37ca6989775c0d09152bc;hpb=d5bab2c486d30e54d3e94cc3bdbb230f2cd1f3f3 diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 755845b..1879634 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -11,13 +11,20 @@ executable lwn-epub build-depends: base == 4.5.*, bytestring == 0.9.*, + cmdargs == 0.9.*, directory == 1.1.*, filepath == 1.3.*, HandsomeSoup == 0.3.*, + HUnit == 1.2.*, hxt == 9.*, MissingH == 1.1.*, + network == 2.3.*, pandoc == 1.9.*, - time == 1.* + regex-posix == 0.95.*, + test-framework == 0.6.*, + test-framework-hunit == 0.2.*, + time == 1.*, + utf8-string == 0.3.* main-is: Main.hs