CI using deploy keys of plutarch-*

Simplified workflow using `strategy.matrix`
This commit is contained in:
Seungheon Oh 2022-05-27 13:48:53 -05:00
parent 55defea912
commit d7a235f010
No known key found for this signature in database
GPG key ID: 9B0E12D357369B66
17 changed files with 50 additions and 93 deletions

View file

@ -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: