X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=blobdiff_plain;f=lwn-epub.cabal;h=c8331ae3d3b040e2688361f87f0a45879179111c;hp=61b3270ef6fb0524aa915fb43838c7871790e1c7;hb=cf848762d913c68c922b84bdeffd8bace0c3700c;hpb=5db94027e469f1187c33fbc64e3336cee0703742 diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 61b3270..c8331ae 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -19,19 +19,19 @@ data-files: makefile doc/README executable lwn-epub build-depends: - base == 4.5.*, - bytestring == 0.9.*, - cmdargs == 0.9.*, + base == 4.6.*, + bytestring == 0.10.*, + cmdargs == 0.10.*, ConfigFile == 1.*, containers == 0.*, - directory == 1.1.*, + directory == 1.2.*, filepath == 1.3.*, HandsomeSoup == 0.3.*, - http-conduit == 1.6.*, + http-conduit == 1.8.*, http-types == 0.7.*, hxt == 9.*, - MissingH == 1.1.*, - network == 2.3.*, + MissingH == 1.2.*, + network == 2.4.*, pandoc == 1.9.*, parallel-io == 0.3.*, regex-posix == 0.95.*, @@ -49,6 +49,17 @@ executable lwn-epub hs-source-dirs: src/ + other-modules: + CommandLine + Configuration + ExitCodes + LWN.Article + LWN.HTTP + LWN.Page + LWN.URI + LWN.XHTML + Misc + ghc-options: -Wall -fwarn-hi-shadowing @@ -74,17 +85,17 @@ test-suite testsuite build-depends: base == 4.5.*, bytestring == 0.9.*, - cmdargs == 0.9.*, + cmdargs == 0.10.*, ConfigFile == 1.*, containers == 0.*, directory == 1.1.*, filepath == 1.3.*, HandsomeSoup == 0.3.*, - http-conduit == 1.6.*, + http-conduit == 1.8.*, http-types == 0.7.*, hxt == 9.*, - MissingH == 1.1.*, - network == 2.3.*, + MissingH == 1.2.*, + network == 2.4.*, pandoc == 1.9.*, parallel-io == 0.3.*, regex-posix == 0.95.*,