ethereum-analyzer 1.0.0 → 1.0.2
raw patch · 1 files changed
+13/−41 lines, 1 filesdep −aesondep −conduit-combinatorsdep −conduit-extraPVP ok
version bump matches the API change (PVP)
Dependencies removed: aeson, conduit-combinators, conduit-extra, exceptions, hflags, 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, time, unordered-containers, vector, wai, wai-extra, wai-middleware-prometheus, warp, wl-pprint-text
API changes (from Hackage documentation)
Files
- ethereum-analyzer.cabal +13/−41
ethereum-analyzer.cabal view
@@ -1,5 +1,5 @@ name: ethereum-analyzer-version: 1.0.0+version: 1.0.2 synopsis: A Ethereum contract analyzer. homepage: https://github.com/ethereumK/ethereum-analyzer license: Apache-2.0@@ -21,49 +21,21 @@ source-repository this type: git location: https://github.com/zchn/ethereum-analyzer- tag: v1.0.0+ tag: v1.0.2 subdir: ethereum-analyzer 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+ , bimap+ , bytestring+ , containers+ , ethereum-analyzer-deps+ , extra+ , fgl+ , graphviz+ , hexstring+ , hoopl >= 3.10.2.1+ , text exposed-modules: Ethereum.Analyzer , Ethereum.Analyzer.Common