packages feed

ethereum-analyzer-cli 1.0.0 → 1.0.3

raw patch · 1 files changed

+14/−41 lines, 1 filesdep −bimapdep −conduit-extradep −containersPVP ok

version bump matches the API change (PVP)

Dependencies removed: bimap, conduit-extra, containers, extra, fgl, graphviz, hoopl, http-media, http-types, logging-effect, neat-interpolation, network, optparse-applicative, prometheus-client, prometheus-metrics-ghc, protolude, servant, servant-server, time, wai, wai-extra, wai-middleware-prometheus, warp, wl-pprint-text

API changes (from Hackage documentation)

Files

ethereum-analyzer-cli.cabal view
@@ -1,5 +1,5 @@ name:                ethereum-analyzer-cli-version:             1.0.0+version:             1.0.3 synopsis:            A CLI frontend for ethereum-analyzer. homepage:            https://github.com/ethereumK/ethereum-analyzer license:             Apache-2.0@@ -21,49 +21,22 @@ source-repository this   type:     git   location: https://github.com/zchn/ethereum-analyzer-  tag:      v1.0.0+  tag:      v1.0.3   subdir:   ethereum-analyzer-cli  library-  build-depends:       base >= 4 && < 5,-                       aeson,-                       bimap,-                       bytestring,-                       conduit-combinators,-                       conduit-extra,-                       containers,-                       ethereum-analyzer-deps,-                       exceptions,-                       extra,-                       fgl,-                       graphviz,-                       hexstring,-                       hflags,-                       hoopl >= 3.10.2.1,-                       http-conduit,-                       http-media,-                       http-types,-                       json-rpc,-                       logging-effect,-                       monad-logger,-                       mtl,-                       neat-interpolation,-                       network,-                       optparse-applicative,-                       prometheus-client,-                       prometheus-metrics-ghc,-                       protolude,-                       servant,-                       servant-server,-                       text,-                       time,-                       unordered-containers,-                       vector,-                       wai,-                       wai-extra,-                       wai-middleware-prometheus,-                       warp,-                       wl-pprint-text+  build-depends:       base >= 4 && < 5+                     , aeson+                     , bytestring+                     , conduit-combinators+                     , ethereum-analyzer-deps+                     , exceptions+                     , hexstring+                     , http-conduit+                     , json-rpc+                     , text+                     , unordered-containers+                     , vector                           exposed-modules:     Ethereum.Jsonrpc.Client   ghc-options:         -Wall