diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-07 01:05:38 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-07 01:05:38 +0000 |
commit | 2ec6fbd313186b1b6e4fc7553a232132d2a5df00 (patch) | |
tree | aadb8819e9d50b483d117e3f5c1e81e295d42c7f /bustle.cabal | |
parent | 6c329dce526f9e6da52fbf397f9e13eb6fe51722 (diff) |
Extract guts of bustle-count to Bustle.Stats
Diffstat (limited to 'bustle.cabal')
-rw-r--r-- | bustle.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal index 3febb22..065e29c 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -22,7 +22,7 @@ Ghc-options: -Wall -fno-warn-unused-imports Executable: bustle-count Main-is: bustle-count.hs -Other-modules: Bustle.Parser, Bustle.Types +Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types Ghc-options: -Wall -fno-warn-unused-imports Executable: bustle-time |