ethereum-analyzer 2.0.1 → 2.0.2
raw patch · 2 files changed
+2/−4 lines, 2 files
Files
ethereum-analyzer.cabal view
@@ -1,5 +1,5 @@ name: ethereum-analyzer-version: 2.0.1+version: 2.0.2 synopsis: A Ethereum contract analyzer. homepage: https://github.com/ethereumK/ethereum-analyzer license: Apache-2.0@@ -21,7 +21,7 @@ source-repository this type: git location: https://github.com/zchn/ethereum-analyzer- tag: v2.0.1+ tag: v2.0.2 subdir: ethereum-analyzer library
src/Ethereum/Analyzer/Solidity/Simple.hs view
@@ -20,8 +20,6 @@ import Ethereum.Analyzer.Common import Ethereum.Analyzer.Solidity.AstJson import GHC.Show (Show(..))-import Text.PrettyPrint.Leijen.Text hiding ((<$>))- import qualified Text.PrettyPrint as PP import qualified Text.PrettyPrint.GenericPretty as GP