11cabal-version : 1.12
22
3- -- This file has been generated from package.yaml by hpack version 0.36 .1.
3+ -- This file has been generated from package.yaml by hpack version 0.38 .1.
44--
55-- see: https://github.com/sol/hpack
66
77name : evm-opcodes
8- version : 0.2 .0
8+ version : 0.3 .0
99synopsis : Opcode types for Ethereum Virtual Machine (EVM)
1010description : This library provides opcode types for the Ethereum Virtual Machine.
1111category : Ethereum, Finance, Network
@@ -38,9 +38,9 @@ library
3838 ghc-options : -Wall -Wnoncanonical-monad-instances -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
3939 build-depends :
4040 base >= 4.12 && < 5
41- , bytestring >= 0.10
41+ , bytestring >= 0.10 && < 0.13
4242 , cereal == 0.5. *
43- , containers >= 0.6 && < 0.8
43+ , containers >= 0.6 && < 0.9
4444 , data-dword == 0.3. *
4545 , text >= 1.2
4646 default-language : Haskell2010
@@ -56,9 +56,9 @@ test-suite test
5656 test
5757 build-depends :
5858 base >= 4.12 && < 5
59- , bytestring >= 0.10
59+ , bytestring >= 0.10 && < 0.13
6060 , cereal == 0.5. *
61- , containers >= 0.6 && < 0.8
61+ , containers >= 0.6 && < 0.9
6262 , data-dword == 0.3. *
6363 , evm-opcodes
6464 , hedgehog
@@ -79,9 +79,9 @@ benchmark bench
7979 bench
8080 build-depends :
8181 base >= 4.12 && < 5
82- , bytestring >= 0.10
82+ , bytestring >= 0.10 && < 0.13
8383 , cereal == 0.5. *
84- , containers >= 0.6 && < 0.8
84+ , containers >= 0.6 && < 0.9
8585 , data-dword == 0.3. *
8686 , evm-opcodes
8787 , tasty-bench
0 commit comments