Skip to content

Commit 0d1ffe5

Browse files
committed
Fix various warnings and deps issues
1 parent f288108 commit 0d1ffe5

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

cabal.project

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
packages: kda-tool.cabal
22

3-
ghc-options: -Wno-missed-extra-shared-lib
3+
program-options
4+
ghc-options: -Wno-missed-extra-shared-lib
45

56
if 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

kda-tool.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

test/TemplateSpec.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
module TemplateSpec where
44

55
------------------------------------------------------------------------------
6-
import Control.Monad.Trans
76
import Data.Aeson
87
import Data.Either
98
import Data.Map (Map)

0 commit comments

Comments
 (0)