]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/blobdiff - lwn-epub.cabal
Add the other-modules field to the cabal file to make `make dist` work.
[dead/lwn-epub.git] / lwn-epub.cabal
index 48b96988b295128a95ac709d0b5136ebc876a4ca..1d104b69fd837adc3f397a7039b374bd3c74dbf3 100644 (file)
@@ -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