Use Liqwid-Labs/plutarch
- Removed `Utils.Value` -- not being used/better is provided with liqwid-plutarch-extra - uses `Liqwid-Labs/plutarch` - uses `Liqwid-Labs/plutarch-numeric` - uses `Liqwid-Labs/plutarch-safemoney` - uses `Liqwid-Labs/liqwid-plutarch-extra`
This commit is contained in:
parent
eae430b7d9
commit
55defea912
25 changed files with 6520 additions and 407 deletions
|
|
@ -23,6 +23,7 @@ common lang
|
|||
pprelude (PPrelude as Prelude)
|
||||
|
||||
default-extensions:
|
||||
PackageImports
|
||||
NoStarIsType
|
||||
BangPatterns
|
||||
BinaryLiterals
|
||||
|
|
@ -97,8 +98,9 @@ common deps
|
|||
, generics-sop
|
||||
, plutarch
|
||||
, plutarch-extra
|
||||
, liqwid-plutarch-extra
|
||||
, plutarch-numeric
|
||||
, plutarch-safemoney
|
||||
, plutarch-safe-money
|
||||
, plutus-core
|
||||
, plutus-ledger-api
|
||||
, plutus-tx
|
||||
|
|
@ -108,6 +110,9 @@ common deps
|
|||
, serialise
|
||||
, template-haskell
|
||||
, text
|
||||
, tagged
|
||||
mixins:
|
||||
|
||||
|
||||
common test-deps
|
||||
build-depends:
|
||||
|
|
@ -147,7 +152,6 @@ library
|
|||
Agora.Stake.Scripts
|
||||
Agora.Treasury
|
||||
Agora.Utils
|
||||
Agora.Utils.Value
|
||||
|
||||
other-modules: Agora.Aeson.Orphans
|
||||
hs-source-dirs: agora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue