diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-30 12:38:07 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-30 13:37:32 +0100 |
commit | a6ffc22d1f6bea637bc639d418134e8738b80248 (patch) | |
tree | e9a74f07e89e79cde7121f1533f2ab616d19ea56 | |
parent | 49ff1f0f04c36b9dfcd7dbf5e483d56e29dfc3ec (diff) |
Re-add Other-modules linesbustle-0.2.2
I mistakenly thought Cabal could infer this, but it cannot. This
essentially reverts commit 5e81231f8dbe1bfad21a4ecead35ff49746e4a27.
-rw-r--r-- | bustle.cabal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bustle.cabal b/bustle.cabal index 6d3aeb2..22067f2 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -20,6 +20,8 @@ Flag PostCabalizedGtk2HS Executable bustle Main-is: Bustle.hs + Other-modules: Bustle.Types, Bustle.Parser, Bustle.Diagram, Bustle.Renderer, + Bustle.Upgrade Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind if flag(PostCabalizedGtk2HS) @@ -35,15 +37,20 @@ Executable bustle Executable bustle-count Main-is: bustle-count.hs + Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types, + Bustle.Noninteractive Build-Depends: haskell98, base >= 4 && < 5, containers, parsec Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind Executable bustle-time Main-is: bustle-time.hs + Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types, + Bustle.Noninteractive Build-Depends: haskell98, base >= 4 && < 5, containers, parsec Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind Executable bustle-dot Main-is: bustle-dot.hs + Other-modules: Bustle.Parser, Bustle.Types Build-Depends: haskell98, base >= 4 && < 5, containers, parsec Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind |