mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
715019dbb3
commit
5ee4c3630a
|
@ -1160,3 +1160,24 @@ executable test-unix-messaging
|
||||||
, text
|
, text
|
||||||
, time
|
, time
|
||||||
|
|
||||||
|
|
||||||
|
executable test-scripts
|
||||||
|
import: shared-properties
|
||||||
|
import: common-deps
|
||||||
|
default-language: Haskell2010
|
||||||
|
ghc-options:
|
||||||
|
hs-source-dirs: test
|
||||||
|
main-is: TestScripts.hs
|
||||||
|
build-depends:
|
||||||
|
base, hbs2-core
|
||||||
|
, network
|
||||||
|
, string-conversions
|
||||||
|
, suckless-conf
|
||||||
|
, text
|
||||||
|
, time
|
||||||
|
, zstd
|
||||||
|
, bzlib
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue