isohunt 0.1.1 → 0.1.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~http-conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-conduit
API changes (from Hackage documentation)
Files
- IsoHunt/Response.hs +1/−1
- isohunt.cabal +2/−2
IsoHunt/Response.hs view
@@ -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
isohunt.cabal view
@@ -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,