This commit is contained in:
Dmitry Zuikov 2023-01-13 10:26:58 +03:00
parent f57b4f29c7
commit 81f4cb0eeb
2 changed files with 36 additions and 0 deletions

View File

@ -105,3 +105,36 @@ library
hs-source-dirs: lib hs-source-dirs: lib
default-language: Haskell2010 default-language: Haskell2010
test-suite test
import: shared-properties
default-language: Haskell2010
other-modules: TestFakeMessaging
-- other-extensions:
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
build-depends:
base ^>=4.15.1.0, hbs2-core
, bytestring
, containers
, hashable
, microlens-platform
, mtl
, prettyprinter
, random
, safe
, serialise
, tasty
, tasty-hunit
, transformers
, uniplate
, vector

View File

@ -0,0 +1,3 @@
module TestFakeMessaging where