diff --git a/funcons-simple.cabal b/funcons-simple.cabal
--- a/funcons-simple.cabal
+++ b/funcons-simple.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                funcons-simple
-version:             0.1.0.3
+version:             0.1.0.5
 synopsis:            A modular interpreter for executing SIMPLE funcons 
 description:         
     The PLanCompS (<http://plancomps.org>) project has developed a component-based approach to formal semantics.
@@ -42,6 +42,6 @@
   main-is:             Main.hs
   other-modules:       Funcons.SIMPLE.SIMPLE4Declarations.SIMPLE4Declarations, Funcons.SIMPLE.Library 
   -- other-extensions:    
-  build-depends:       base >=4.8 && <=5, funcons-tools >= 0.2.0.5, funcons-values >= 0.1.0.3
+  build-depends:       base >=4.8 && <=5, funcons-tools >= 0.2.0.7, funcons-values >= 0.1.0.5
   hs-source-dirs:      src
   default-language:    Haskell2010
