feedback/feedback-test-harness/package.yaml

44 lines
776 B
YAML
Raw Permalink Normal View History

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
- 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
- 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
- unix
2023-10-12 18:10:39 +03:00
- unliftio