]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Add the other-modules field to the cabal file to make `make dist` work.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 3 Oct 2012 15:32:10 +0000 (11:32 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 3 Oct 2012 15:32:10 +0000 (11:32 -0400)
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