We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d77660 commit 8454d26Copy full SHA for 8454d26
bot-plutus-interface.cabal
@@ -98,6 +98,7 @@ library
98
, cardano-api
99
, cardano-crypto
100
, cardano-ledger-alonzo
101
+ , cardano-ledger-core
102
, cardano-prelude
103
, cardano-slotting
104
, containers
@@ -114,6 +115,7 @@ library
114
115
, lens
116
, memory
117
, mtl
118
+ , ouroboros-consensus
119
, playground-common
120
, plutus-chain-index
121
, plutus-chain-index-core
@@ -136,6 +138,7 @@ library
136
138
, split
137
139
, stm
140
, text ^>=1.2.4.0
141
+ , time
142
, transformers
143
, transformers-either
144
, transformers-except
@@ -144,9 +147,6 @@ library
147
, wai
145
148
, warp
146
149
, websockets
- , cardano-ledger-core
- , ouroboros-consensus
- , time
150
151
hs-source-dirs: src
152
0 commit comments