From: Michael Orlitzky Date: Wed, 3 Oct 2012 15:32:10 +0000 (-0400) Subject: Add the other-modules field to the cabal file to make `make dist` work. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Flwn-epub.git;a=commitdiff_plain;h=3903bd0cecc36d39b444d8cc1ab94b7df0ec1d36 Add the other-modules field to the cabal file to make `make dist` work. --- diff --git a/lwn-epub.cabal b/lwn-epub.cabal index 48b9698..1d104b6 100644 --- a/lwn-epub.cabal +++ b/lwn-epub.cabal @@ -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