mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 12:04:21 +03:00
44 lines
776 B
YAML
44 lines
776 B
YAML
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
|
|
- feedback
|
|
|
|
tests:
|
|
feedback-test:
|
|
main: Spec.hs
|
|
source-dirs: test/
|
|
build-tools: sydtest-discover
|
|
ghc-options:
|
|
- -threaded
|
|
- -rtsopts
|
|
- -with-rtsopts=-N
|
|
- -Wall
|
|
dependencies:
|
|
- autodocodec-yaml
|
|
- bytestring
|
|
- containers
|
|
- feedback
|
|
- feedback-test-harness
|
|
- filelock
|
|
- path
|
|
- path-io
|
|
- process
|
|
- sydtest
|
|
- typed-process
|
|
- unix
|
|
- unliftio
|