packages feed

ethereum-analyzer-cli 2.0.2 → 3.0.0

raw patch · 2 files changed

+4/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ethereum-analyzer-cli.cabal view
@@ -1,7 +1,7 @@ name:                ethereum-analyzer-cli-version:             2.0.2+version:             3.0.0 synopsis:            A CLI 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-cli  library
src/Ethereum/Executable/BytecodeVisMain.hs view
@@ -8,8 +8,7 @@ import Control.Monad.Logger import Data.String.ToString import Data.Text (null)-import Ethereum.Analyzer.Disasm-import Ethereum.Analyzer.Util+import Ethereum.Analyzer.EVM import Protolude hiding (null)  bytecodeVisMain :: Text -> Text -> LoggingT IO ()