Merge branch 'master' into connor/governor
This commit is contained in:
commit
cee0f4a67a
9 changed files with 421 additions and 24 deletions
|
|
@ -111,6 +111,7 @@ common deps
|
|||
|
||||
common test-deps
|
||||
build-depends:
|
||||
, agora
|
||||
, apropos
|
||||
, apropos-tx
|
||||
, QuickCheck
|
||||
|
|
@ -137,11 +138,10 @@ library
|
|||
Agora.Stake
|
||||
Agora.Stake.Scripts
|
||||
Agora.Treasury
|
||||
|
||||
other-modules:
|
||||
Agora.Utils
|
||||
Agora.Utils.Value
|
||||
|
||||
other-modules:
|
||||
hs-source-dirs: agora
|
||||
|
||||
library pprelude
|
||||
|
|
@ -169,7 +169,9 @@ test-suite agora-test
|
|||
Spec.Sample.Proposal
|
||||
Spec.Sample.Shared
|
||||
Spec.Sample.Stake
|
||||
Spec.Sample.Treasury
|
||||
Spec.Stake
|
||||
Spec.Treasury
|
||||
Spec.Util
|
||||
|
||||
build-depends: agora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue