This commit is contained in:
Dmitry Zuikov 2023-01-24 18:17:36 +03:00
parent 21d0828a52
commit a3924fb4a3
1 changed files with 44 additions and 42 deletions

View File

@ -42,6 +42,8 @@ common common-deps
, vector
, data-default
, mwc-random
, timeit
, unordered-containers
common shared-properties
ghc-options:
@ -86,21 +88,7 @@ common shared-properties
, TypeFamilies
-- test-suite test-peer
-- import: shared-properties
-- import: common-deps
-- default-language: Haskell2010
-- other-modules:
-- -- other-extensions:
-- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: Peer2Main.hs
executable test-peer-run
test-suite test-skey
import: shared-properties
import: common-deps
default-language: Haskell2010
@ -109,32 +97,46 @@ executable test-peer-run
-- other-extensions:
-- type: exitcode-stdio-1.0
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Peer2Main.hs
main-is: TestSKey.hs
build-depends:
base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple
, async
, bytestring
, cache
, containers
, directory
, filepath
, hashable
, microlens-platform
, mtl
, prettyprinter
, QuickCheck
, random
, safe
, serialise
, stm
, streaming
, tasty
, tasty-hunit
, transformers
, uniplate
, vector
, data-default
, mwc-random
-- executable test-peer-run
-- import: shared-properties
-- import: common-deps
-- default-language: Haskell2010
-- other-modules:
-- -- other-extensions:
-- -- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: Peer2Main.hs
-- build-depends:
-- base ^>=4.15.1.0, hbs2-core, hbs2-storage-simple
-- , async
-- , bytestring
-- , cache
-- , containers
-- , directory
-- , filepath
-- , hashable
-- , microlens-platform
-- , mtl
-- , prettyprinter
-- , QuickCheck
-- , random
-- , safe
-- , serialise
-- , stm
-- , streaming
-- , tasty
-- , tasty-hunit
-- , transformers
-- , uniplate
-- , vector
-- , data-default
-- , mwc-random