X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=lwn-epub.cabal;h=08ee1bf9601eeecaa392c9b7191d71760eecd329;hp=4c60779cd9f31c57f6faa090703c2c48ac41fe5c;hb=644340dda817a432174236d243c668d43b3dc4a1;hpb=44549423b80c9bf8edf5e942bc8ac457d9817195 diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 4c60779..08ee1bf 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -9,7 +9,28 @@ build-type: Simple executable lwn-epub build-depends: - base == 4.5.* + base == 4.5.*, + bytestring == 0.9.*, + cmdargs == 0.9.*, + ConfigFile == 1.*, + containers == 0.*, + curl == 1.*, + 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.*, + 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