packages feed

ethereum-analyzer-webui 2.0.2 → 3.0.0

raw patch · 3 files changed

+5/−6 lines, 3 files

Files

ethereum-analyzer-webui.cabal view
@@ -1,7 +1,7 @@ name:                ethereum-analyzer-webui-version:             2.0.2+version:             3.0.0 synopsis:            A web frontend for ethereum-analyzer-homepage:            https://github.com/ethereumK/ethereum-analyzer+homepage:            https://github.com/zchn/ethereum-analyzer license:             Apache-2.0 license-file:        LICENSE author:              Kevin Chen@@ -21,7 +21,7 @@ source-repository this   type:     git   location: https://github.com/zchn/ethereum-analyzer-  tag:      v2.0.2+  tag:      v3.0.0   subdir:   ethereum-analyzer-webui  library
src/Ethereum/Analyzer/Web/API.hs view
@@ -86,7 +86,7 @@          <li><a href="/metrics"><code>/metrics</code></a></li>          </ul>          <p>-         Source code at <a href="https://github.com/ethereumK/ethereum-analyzer">https://github.com/ethereumK/ethereum-analyzer/</a>+         Source code at <a href="https://github.com/zchn/ethereum-analyzer">https://github.com/zchn/ethereum-analyzer/</a>          </p>          </body>          <html>
src/Ethereum/Analyzer/Web/Server/Handlers.hs view
@@ -11,8 +11,7 @@  import Control.Monad.Except (ExceptT(..)) import Control.Monad.Log (Severity, logInfo)-import Ethereum.Analyzer.Disasm-import Ethereum.Analyzer.Util+import Ethereum.Analyzer.EVM import Ethereum.Analyzer.Web.API        (API, RootPage(..), User(..), Users(..), DotCfgResp(..)) import qualified Ethereum.Analyzer.Web.Server.Logging as Log