diff --git a/nlp-scores-scripts.cabal b/nlp-scores-scripts.cabal
--- a/nlp-scores-scripts.cabal
+++ b/nlp-scores-scripts.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                nlp-scores-scripts
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            NLP scoring command-line programs
 -- description:         
 homepage:            https://bitbucket.org/gchrupala/lingo
@@ -17,11 +17,11 @@
 executable ap
   main-is: ap.hs             
 
-  build-depends:       base ==4.6.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*,
+  build-depends:       base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*,
                        containers == 0.5.*
 
 executable mean
   main-is: mean.hs             
 
-  build-depends:       base ==4.6.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*
+  build-depends:       base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*
 
