diff --git a/Wordlint.cabal b/Wordlint.cabal
--- a/Wordlint.cabal
+++ b/Wordlint.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                Wordlint
-version:             0.2.0.2
+version:             0.2.0.3
 synopsis:            Plaintext prose redundancy linter.
 
 description:         Wordlint locates matching pairs of words repeated within a user-defined
@@ -43,7 +43,7 @@
                     man/man1/wordlint.1
 
 executable wordlint
-  hs-source-dirs:      src
+  hs-source-dirs:      src, src/Wordlint
   main-is:             Wordlint.hs
   other-extensions:    DeriveDataTypeable
   build-depends:       base >=4.7 && <4.8, cmdargs >=0.10.0 && <0.11.0, boxes >=0.1 && <0.2
diff --git a/man/man1/wordlint.1 b/man/man1/wordlint.1
--- a/man/man1/wordlint.1
+++ b/man/man1/wordlint.1
@@ -1,4 +1,4 @@
-.TH "WORDLINT" "1" "2015\-02\-24" "0.2.0.2
+.TH "WORDLINT" "1" "2015\-02\-24" "0.2.0.3
 .SH Name
 .PP
 wordlint \- plaintext redundancy linter
