packages feed

net-spider-rpl-cli 0.1.3.3 → 0.1.3.4

raw patch · 3 files changed

+11/−3 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for net-spider-rpl-cli +## 0.1.3.4  -- 2022-01-02++* Confirm test with `base-4.15`+ ## 0.1.3.3  -- 2020-12-30  * Confirm test with `greskell-1.2.0.0` and `optparse-applicative-0.16.0.0`
app/Main.hs view
@@ -1,3 +1,6 @@ module Main (main) where -import NetSpider.RPL.CLI (main)+import qualified NetSpider.RPL.CLI as CLI++main :: IO ()+main = CLI.main
net-spider-rpl-cli.cabal view
@@ -1,5 +1,5 @@ name:                   net-spider-rpl-cli-version:                0.1.3.3+version:                0.1.3.4 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -27,7 +27,7 @@   exposed-modules:      NetSpider.RPL.CLI,                         NetSpider.RPL.CLI.Analyze   -- other-modules:        -  build-depends:        base >=4.11.1.0 && <4.15,+  build-depends:        base >=4.11.1.0 && <4.16,                         net-spider >=0.4.3.0 && <0.5,                         net-spider-rpl >=0.4.0.0 && <0.5,                         net-spider-cli >=0.2.0.0 && <0.3,@@ -66,6 +66,7 @@   -- other-extensions:        other-modules:        NetSpider.RPL.CLISpec,                         NetSpider.RPL.CLI.AnalyzeSpec+  build-tool-depends:   hspec-discover:hspec-discover   build-depends:        base, net-spider-rpl-cli, net-spider, net-spider-rpl, optparse-applicative, net-spider-cli,                         text, monad-logger,                         hspec >=2.5.5,