inited branch
This commit is contained in:
parent
3d76511a50
commit
08c963678d
3 changed files with 9 additions and 6 deletions
1
agora-test/Spec/Sample/Treasury.hs
Normal file
1
agora-test/Spec/Sample/Treasury.hs
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
module Spec.Sample.Treasury () where
|
||||||
3
agora-test/Spec/Treasury.hs
Normal file
3
agora-test/Spec/Treasury.hs
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
module Spec.Treasury () where
|
||||||
|
|
||||||
|
|
||||||
11
agora.cabal
11
agora.cabal
|
|
@ -107,12 +107,12 @@ common deps
|
||||||
|
|
||||||
common test-deps
|
common test-deps
|
||||||
build-depends:
|
build-depends:
|
||||||
|
, apropos-tx
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
, quickcheck-instances
|
, quickcheck-instances
|
||||||
, tasty
|
, tasty
|
||||||
, tasty-hedgehog
|
, tasty-hedgehog
|
||||||
, tasty-hunit
|
, tasty-hunit
|
||||||
, apropos-tx
|
|
||||||
|
|
||||||
library
|
library
|
||||||
import: lang, deps
|
import: lang, deps
|
||||||
|
|
@ -150,17 +150,16 @@ test-suite agora-test
|
||||||
other-modules:
|
other-modules:
|
||||||
Spec.Int
|
Spec.Int
|
||||||
Spec.Sample.Stake
|
Spec.Sample.Stake
|
||||||
|
Spec.Sample.Treasury
|
||||||
Spec.Stake
|
Spec.Stake
|
||||||
|
Spec.Treasury
|
||||||
Spec.Util
|
Spec.Util
|
||||||
|
|
||||||
build-depends:
|
build-depends: agora
|
||||||
, agora
|
|
||||||
|
|
||||||
benchmark agora-bench
|
benchmark agora-bench
|
||||||
import: lang, deps
|
import: lang, deps
|
||||||
hs-source-dirs: agora-bench
|
hs-source-dirs: agora-bench
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
build-depends:
|
build-depends: agora
|
||||||
, agora
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue