CI using deploy keys of plutarch-*
Simplified workflow using `strategy.matrix`
This commit is contained in:
parent
55defea912
commit
d7a235f010
17 changed files with 50 additions and 93 deletions
10
agora.cabal
10
agora.cabal
|
|
@ -23,7 +23,6 @@ common lang
|
|||
pprelude (PPrelude as Prelude)
|
||||
|
||||
default-extensions:
|
||||
PackageImports
|
||||
NoStarIsType
|
||||
BangPatterns
|
||||
BinaryLiterals
|
||||
|
|
@ -63,6 +62,7 @@ common lang
|
|||
NumericUnderscores
|
||||
OverloadedLabels
|
||||
OverloadedStrings
|
||||
PackageImports
|
||||
PartialTypeSignatures
|
||||
PatternGuards
|
||||
PolyKinds
|
||||
|
|
@ -88,7 +88,7 @@ common deps
|
|||
build-depends:
|
||||
, aeson
|
||||
, ansi-terminal
|
||||
, base >=4.14 && <5
|
||||
, base >=4.14 && <5
|
||||
, base-compat
|
||||
, bytestring
|
||||
, cardano-prelude
|
||||
|
|
@ -96,9 +96,9 @@ common deps
|
|||
, data-default
|
||||
, data-default-class
|
||||
, generics-sop
|
||||
, liqwid-plutarch-extra
|
||||
, plutarch
|
||||
, plutarch-extra
|
||||
, liqwid-plutarch-extra
|
||||
, plutarch-numeric
|
||||
, plutarch-safe-money
|
||||
, plutus-core
|
||||
|
|
@ -108,11 +108,11 @@ common deps
|
|||
, prettyprinter
|
||||
, recursion-schemes
|
||||
, serialise
|
||||
, tagged
|
||||
, template-haskell
|
||||
, text
|
||||
, tagged
|
||||
|
||||
mixins:
|
||||
|
||||
|
||||
common test-deps
|
||||
build-depends:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue