diff --git a/BNFC-meta.cabal b/BNFC-meta.cabal
--- a/BNFC-meta.cabal
+++ b/BNFC-meta.cabal
@@ -1,5 +1,5 @@
 Name:	        BNFC-meta
-version:        0.4.0.1
+version:        0.4.0.2
 cabal-Version:  >= 1.6
 build-type:     Simple
 license:        GPL-2
@@ -17,7 +17,7 @@
   for the language. The parser is then used to automatically define a 
   quasi-quoter for the defined language so it can also be seamlessly embedded
   in Haskell source code. With a 
-  simple addition to the grammar, the user can define a universal syntax for 
+  simple addition to the gramwmar, the user can define a universal syntax for 
   anti-quoting. This 
   means that any grammar non-terminal can be replaced by a quoted Haskell 
   expression of the appropriate type. A few example languages are included in
@@ -40,8 +40,8 @@
 Library
   Build-Depends: 
     base>=4.2&&<5
-    , array==0.4.*
-    , template-haskell >=2.4&&<2.9
+    , array>=0.4&&<0.6
+    , template-haskell >=2.4&&<2.10
     , haskell-src-meta >= 0.5 && < 1.0
     , happy-meta >= 0.2.0.4 && < 0.3
     , alex-meta >= 0.3.0.5 && < 0.4
