ethereum-analyzer-webui 1.0.0 → 1.0.3
raw patch · 1 files changed
+24/−42 lines, 1 filesdep −bimapdep −conduit-combinatorsdep −conduit-extra
Dependencies removed: bimap, conduit-combinators, conduit-extra, containers, extra, fgl, graphviz, hexstring, hoopl, http-conduit, json-rpc, network, unordered-containers, vector, wai-middleware-prometheus
Files
- ethereum-analyzer-webui.cabal +24/−42
ethereum-analyzer-webui.cabal view
@@ -1,5 +1,5 @@ name: ethereum-analyzer-webui-version: 1.0.0+version: 1.0.3 synopsis: A web frontend for ethereum-analyzer homepage: https://github.com/ethereumK/ethereum-analyzer license: Apache-2.0@@ -21,50 +21,32 @@ source-repository this type: git location: https://github.com/zchn/ethereum-analyzer- tag: v1.0.0+ tag: v1.0.3 subdir: ethereum-analyzer-webui library- build-depends: base >= 4 && < 5,- aeson,- bimap,- bytestring,- conduit-combinators,- conduit-extra,- containers,- ethereum-analyzer,- 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+ , ethereum-analyzer+ , exceptions+ , http-media+ , http-types+ , logging-effect+ , mtl+ , neat-interpolation+ , optparse-applicative+ , prometheus-client+ , prometheus-metrics-ghc+ , protolude+ , servant+ , servant-server+ , text+ , time+ , wai+ , wai-extra+ , warp+ , wl-pprint-text exposed-modules: Ethereum.Analyzer.Web other-modules: Ethereum.Analyzer.Web.API