File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
packages/ethereum/src/Network/Ethereum/Api Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 - uses : actions/checkout@v2
2121
2222 - name : Setup latest stack
23- uses : haskell/ actions/setup@v2
23+ uses : haskell- actions/setup@v2
2424 with :
2525 enable-stack : true
2626 stack-version : ' latest'
2727
2828 - name : Cache .stack-root
29- uses : actions/cache@v1
29+ uses : actions/cache@v4
3030 env :
3131 cache-name : stack-root
3232 with :
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import Network.Ethereum.Api.Types
2424 , Call
2525 , Change
2626 , DefaultBlock
27+ , FeeHistory
2728 , Filter
2829 , Quantity
2930 , SyncingState
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ data BlockT tx = Block
351351$ (deriveJSON (defaultOptions
352352 { fieldLabelModifier = over _head toLower . drop 5 }) ''BlockT)
353353
354- --| Fee History information
354+ -- | Fee History information
355355data FeeHistory
356356 = FeeHistory
357357 { feeHistoryBaseFeePerBlobGas :: [Quantity ]
Original file line number Diff line number Diff line change 2929 - haskellPackages.stylish-haskell
3030 - haskellPackages.hlint
3131 - zlib
32+
33+ flags :
34+ # bitvec C FFI causes unkown symbol error in windows build, disabling it
35+ bitvec :
36+ simd : false
You can’t perform that action at this time.
0 commit comments