--- a/c2hs.cabal
+++ b/c2hs.cabal
@@ -1,5 +1,6 @@
 Name:           c2hs
 Version:        0.28.8
+x-revision: 3
 License:        GPL-2
 License-File:   COPYING
 Copyright:      Copyright (c) 1999-2007 Manuel M T Chakravarty
@@ -115,7 +116,7 @@ flag base3
 Executable c2hs
     Build-Depends:  base >= 2 && < 5,
                     bytestring,
-                    language-c >= 0.7.1 && < 0.10,
+                    language-c >= 0.7.1 && < 0.11,
                     filepath,
                     dlist
 
@@ -173,7 +174,7 @@ Test-Suite test-bugs
                        test-framework,
                        test-framework-hunit,
                        HUnit,
-                       shelly >= 1.9.0 && < 1.10.0,
+                       shelly >= 1.9.0,
                        text,
                        transformers
   default-language: Haskell2010
@@ -187,7 +188,7 @@ Test-Suite test-system
                        test-framework,
                        test-framework-hunit,
                        HUnit,
-                       shelly >= 1.9.0 && < 1.10.0,
+                       shelly >= 1.9.0,
                        text,
                        transformers
   default-language: Haskell2010
@@ -202,7 +203,7 @@ Executable regression-suite
   if flag(regression)
     build-depends:       base,
                          filepath,
-                         shelly >= 1.9.0 && < 1.10.0,
+                         shelly >= 1.9.0,
                          text,
                          yaml >= 0.8
   else
