2023-01-14 22:43:45 +03:00
|
|
|
name: feedback-test-harness
|
|
|
|
version: 0.0.0.0
|
|
|
|
github: "NorfairKing/feedback"
|
|
|
|
license: GPL-3.0-only
|
|
|
|
author: "Tom Sydney Kerckhove"
|
|
|
|
maintainer: "syd@cs-syd.eu"
|
|
|
|
copyright: "Copyright (c) 2022-2023 Tom Sydney Kerckhove"
|
|
|
|
synopsis: Tests for 'feedback'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
dependencies:
|
|
|
|
- path
|
|
|
|
- path-io
|
2023-01-16 17:27:55 +03:00
|
|
|
- feedback
|
2023-01-14 22:43:45 +03:00
|
|
|
|
|
|
|
tests:
|
|
|
|
feedback-test:
|
|
|
|
main: Spec.hs
|
|
|
|
source-dirs: test/
|
|
|
|
build-tools: sydtest-discover
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
- -Wall
|
|
|
|
dependencies:
|
2023-10-12 18:10:39 +03:00
|
|
|
- autodocodec-yaml
|
2023-01-16 17:27:55 +03:00
|
|
|
- bytestring
|
2023-10-12 18:10:39 +03:00
|
|
|
- containers
|
|
|
|
- feedback
|
2023-01-14 22:43:45 +03:00
|
|
|
- feedback-test-harness
|
2023-10-12 18:10:39 +03:00
|
|
|
- filelock
|
2023-01-14 22:53:46 +03:00
|
|
|
- path
|
|
|
|
- path-io
|
2023-10-12 18:10:39 +03:00
|
|
|
- process
|
2023-01-14 22:43:45 +03:00
|
|
|
- sydtest
|
|
|
|
- typed-process
|
2023-01-16 17:27:55 +03:00
|
|
|
- unix
|
2023-10-12 18:10:39 +03:00
|
|
|
- unliftio
|