packages feed

net-spider-cli 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+7/−2 lines, 3 filesdep ~hashablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hashable

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-cli +## 0.1.0.2  -- 2019-10-04++* Confirm test with `hashable-1.3.0.0`.+ ## 0.1.0.1  -- 2019-08-04  * Fix version bound for net-spider. It requires net-spider-0.3.2.0,
README.md view
@@ -1,5 +1,6 @@ # net-spider-cli +Common CLI option parsers for NetSpider objects, like Spider configurations. See [net-spider-cli hackage](https://hackage.haskell.org/package/net-spider-cli).  ## Author 
net-spider-cli.cabal view
@@ -1,5 +1,5 @@ name:                   net-spider-cli-version:                0.1.0.1+version:                0.1.0.2 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -27,7 +27,7 @@                         net-spider >=0.3.2.0 && <0.4,                         optparse-applicative >=0.14.3.0 && <0.16,                         aeson >=1.2.4 && <1.5,-                        hashable >=1.2.6.1 && <1.3,+                        hashable >=1.2.6.1 && <1.4,                         greskell-core >=0.1.2.4 && <0.2,                         text >=1.2.2.2 && <1.3