paired programming work
This commit is contained in:
parent
97812d3761
commit
060e46814a
3 changed files with 72 additions and 7 deletions
|
|
@ -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
|
||||
|
|
@ -151,16 +151,13 @@ test-suite agora-test
|
|||
Spec.Int
|
||||
Spec.Sample.Stake
|
||||
Spec.Stake
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue