File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11packages : kda-tool.cabal
22
3- ghc-options : -Wno-missed-extra-shared-lib
3+ program-options
4+ ghc-options : -Wno-missed-extra-shared-lib
45
56if os(darwin)
67 if arch(aarch64)
@@ -49,3 +50,14 @@ source-repository-package
4950 type : git
5051 location : https://github.com/kda-community/ralist.git
5152 tag : fd79fc4454e1b703299ab0a2aa5dabd86c9cacfa
53+
54+
55+ source-repository-package
56+ type : git
57+ location : https://github.com/kda-community/HsYAML.git
58+ tag : b3c49dbceb39733dfc07c22f2097d3c74fc86e74
59+
60+ source-repository-package
61+ type : git
62+ location : https://github.com/kda-community/HsYAML-aeson.git
63+ tag : 84292468200166b96ff4e8c7324ee01e6ab6d181
Original file line number Diff line number Diff line change @@ -60,8 +60,6 @@ library
6060 , tls
6161 , crypton-connection
6262 , containers
63- , cryptohash-sha256
64- , cryptohash-sha512
6563 , crypton
6664 , data-default
6765 , directory
@@ -146,8 +144,6 @@ test-suite kda-tool-tests
146144 , tls
147145 , crypton-connection
148146 , containers
149- , cryptohash-sha256
150- , cryptohash-sha512
151147 , crypton
152148 , data-default
153149 , directory
@@ -192,6 +188,7 @@ test-suite kda-tool-tests
192188 other-modules :
193189 Commands.GenTx
194190 HostPortSpec
191+ Kadena.SigningTypes
195192 Keys
196193 TemplateSpec
197194 TxTemplate
Original file line number Diff line number Diff line change 33module TemplateSpec where
44
55------------------------------------------------------------------------------
6- import Control.Monad.Trans
76import Data.Aeson
87import Data.Either
98import Data.Map (Map )
You can’t perform that action at this time.
0 commit comments