inited branch

This commit is contained in:
Jack Hodgkinson 2022-03-17 10:06:14 +00:00
parent fd7ef68b04
commit 47deeff5be
3 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1 @@
module Spec.Sample.Treasury () where

View file

@ -0,0 +1,3 @@
module Spec.Treasury () where

View file

@ -107,12 +107,12 @@ common deps
common test-deps
build-depends:
, apropos-tx
, QuickCheck
, quickcheck-instances
, tasty
, tasty-hedgehog
, tasty-hunit
, apropos-tx
library
import: lang, deps
@ -150,17 +150,16 @@ test-suite agora-test
other-modules:
Spec.Int
Spec.Sample.Stake
Spec.Sample.Treasury
Spec.Stake
Spec.Treasury
Spec.Util
build-depends:
, agora
build-depends: agora
benchmark agora-bench
import: lang, deps
hs-source-dirs: agora-bench
main-is: Main.hs
type: exitcode-stdio-1.0
build-depends:
, agora
build-depends: agora