Skip to content

Commit

Permalink
word8 package is no longer needed (crytic#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz authored Nov 23, 2022
1 parent e569b89 commit 64ee6b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Echidna/ABI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Data.Text.Encoding qualified as TE
import Data.Vector (Vector)
import Data.Vector qualified as V
import Data.Vector.Instances ()
import Data.Word8 (Word8)
import Data.Word (Word8)
import Numeric (showHex)

import EVM.ABI hiding (genAbiValue)
Expand Down
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dependencies:
- vector
- vector-instances
- vty
- word8
- word-wrap
- yaml

Expand Down

0 comments on commit 64ee6b3

Please sign in to comment.