diff --git a/modulespection.cabal b/modulespection.cabal
--- a/modulespection.cabal
+++ b/modulespection.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                modulespection
-version:             0.1.1.0
+version:             0.1.2.0
 synopsis:            Template Haskell for introspecting a module's declarations
 description: 
  Collect all of the declarations in a module using Template Haskell (via the GHC API). 
@@ -75,8 +75,8 @@
                , ghc-paths >=0.1 && <0.2
                , ghc
                , temporary == 1.2.*
-               , exceptions == 0.3.*
                , transformers == 0.3.*
+               , exceptions >= 0.3 && < 0.6
                , filepath == 1.3.*
   hs-source-dirs:      src
   default-language:    Haskell2010
