📬 help
This commit is contained in:
30
a6/a6.cabal
Normal file
30
a6/a6.cabal
Normal file
@ -0,0 +1,30 @@
|
||||
cabal-version: 3.0
|
||||
name: a6
|
||||
version: 1.0.0.0
|
||||
build-type: Simple
|
||||
|
||||
common common
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
|
||||
library
|
||||
import: common
|
||||
hs-source-dirs: src
|
||||
build-depends:
|
||||
base
|
||||
, tasty
|
||||
, tasty-hunit
|
||||
, clock
|
||||
exposed-modules:
|
||||
SPC
|
||||
SPC_Tests
|
||||
GenServer
|
||||
|
||||
test-suite a6-tests
|
||||
import: common
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: runtests.hs
|
||||
build-depends:
|
||||
base
|
||||
, tasty
|
||||
, a6
|
Reference in New Issue
Block a user