From 3903bd0cecc36d39b444d8cc1ab94b7df0ec1d36 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 3 Oct 2012 11:32:10 -0400 Subject: [PATCH 1/1] Add the other-modules field to the cabal file to make `make dist` work. --- lwn-epub.cabal | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.43.2