diff --git a/Text/SpellingSuggest/PCDB.hs b/Text/SpellingSuggest/PCDB.hs
--- a/Text/SpellingSuggest/PCDB.hs
+++ b/Text/SpellingSuggest/PCDB.hs
@@ -15,11 +15,11 @@
 import Text.PhoneticCode.Soundex
 import Text.PhoneticCode.Phonix
 
-import Paths_spelling_suggest;
+-- import Paths_spelling_suggest;
 
 -- | File path for default cache database.
 defaultDB :: IO String
-defaultDB = getDataFileName "spelling-suggest.sq3"
+defaultDB = return "spelling-suggest.sq3"
 
 -- | Create and populate the phonetic codes database, given
 -- a list of words and a database path.
diff --git a/spelling-suggest.cabal b/spelling-suggest.cabal
--- a/spelling-suggest.cabal
+++ b/spelling-suggest.cabal
@@ -1,5 +1,5 @@
 name: spelling-suggest
-version: 0.5.0
+version: 0.5.0.1
 cabal-version: >= 1.2
 build-type: Simple
 license: BSD3
