diff --git a/IsoHunt/Response.hs b/IsoHunt/Response.hs
--- a/IsoHunt/Response.hs
+++ b/IsoHunt/Response.hs
@@ -70,4 +70,4 @@
   case H.lookup key obj of
     Just (Object v) -> v .: "list"
     Just _ -> fail $ "key " ++ show key ++ " is not an object"
-    Nothing -> fail $ "key " ++ show key ++ " not found"
+    Nothing -> return V.empty
diff --git a/isohunt.cabal b/isohunt.cabal
--- a/isohunt.cabal
+++ b/isohunt.cabal
@@ -2,7 +2,7 @@
 -- see
 -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 Name:                isohunt
-Version:             0.1.1
+Version:             0.1.2
 Synopsis:            Bindings to the isoHunt torrent search API
 Description:         
   Bindings to the isoHunt torrent search API, as described in
@@ -36,7 +36,7 @@
      base >= 4.5 && < 5,
      aeson < 0.7,
      text >= 0.7 && <0.12,
-     http-conduit < 1.3,
+     http-conduit < 1.4,
      uri < 0.2,
      data-default < 0.4,
      ghc-prim,
