feedback/feedback-test-harness/package.yaml
Tom Sydney Kerckhove ee5b44fda0 Hooks
2023-10-12 20:22:08 +02:00

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