diff --git a/thimk.cabal b/thimk.cabal
--- a/thimk.cabal
+++ b/thimk.cabal
@@ -1,5 +1,5 @@
 name: thimk
-version: 0.3
+version: 0.3.1
 cabal-version: >= 1.2
 build-type: Simple
 license: BSD3
@@ -32,7 +32,7 @@
 Executable thimk
   main-is: thimk.hs
   other-modules: PCDB
-  build-depends: base < 5, parseargs >= 0.1.1,
+  build-depends: base >= 4.2 && < 5, parseargs >= 0.1.1,
                  edit-distance >= 0.1, phonetic-code >= 0.1,
                  sqlite >= 0.5.1
 
