diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,6 @@
  - export PATH=/opt/ghc/$GHCVER/bin:~/.cabal/bin:$PATH
 
 install:
- - travis/github.sh ekmett/exceptions
- - travis/github.sh xich/temporary
  - cabal-$CABALVER install --only-dependencies --enable-tests --enable-benchmarks -j
 
 script:
diff --git a/hcltest.cabal b/hcltest.cabal
--- a/hcltest.cabal
+++ b/hcltest.cabal
@@ -1,5 +1,5 @@
 name: hcltest
-version: 0.3.2
+version: 0.3.3
 cabal-version: >=1.10
 build-type: Custom
 license: BSD3
@@ -33,12 +33,12 @@
         free >=4.5 && <4.10,
         process >=1.1.0.1 && <1.3,
         filepath >=1.3.0.0 && <1.4,
-        transformers >=0.3.0.0 && <0.4,
+        transformers >=0.3.0.0 && <0.5,
         either >=4.1.1 && <4.4,
         directory >=1.1.0.2 && <1.3,
         dlist >=0.6.0.1 && <0.8,
         temporary >=1.2.0.1 && <1.3,
-        mtl >=2.1.2 && <2.2,
+        mtl >=2.1.2 && <2.3,
         lens >=4.0.7 && <4.3,
         tasty >=0.8.0.2 && <0.9,
         tagged >=0.7.1 && <0.8,
@@ -66,7 +66,7 @@
     build-depends:
         base >=4.5.1.0 && <4.8,
         directory >=1.1.0.2 && <1.3,
-        doctest >=0.9.10.2,
+        doctest >=0.9.10.2 && <0.10,
         filepath >=1.3.0.0 && <1.4
      
     if impl(ghc <7.6.1)
