mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 12:04:21 +03:00
65 lines
1.5 KiB
Plaintext
65 lines
1.5 KiB
Plaintext
cabal-version: 2.2
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: feedback-test-harness
|
|
version: 0.0.0.0
|
|
synopsis: Tests for 'feedback'
|
|
homepage: https://github.com/NorfairKing/feedback#readme
|
|
bug-reports: https://github.com/NorfairKing/feedback/issues
|
|
author: Tom Sydney Kerckhove
|
|
maintainer: syd@cs-syd.eu
|
|
copyright: Copyright (c) 2022-2023 Tom Sydney Kerckhove
|
|
license: GPL-3.0-only
|
|
build-type: Simple
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/NorfairKing/feedback
|
|
|
|
library
|
|
other-modules:
|
|
Paths_feedback_test_harness
|
|
autogen-modules:
|
|
Paths_feedback_test_harness
|
|
hs-source-dirs:
|
|
src
|
|
build-depends:
|
|
base >=4.7 && <5
|
|
, feedback
|
|
, path
|
|
, path-io
|
|
default-language: Haskell2010
|
|
|
|
test-suite feedback-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
FeedbackSpec
|
|
Paths_feedback_test_harness
|
|
autogen-modules:
|
|
Paths_feedback_test_harness
|
|
hs-source-dirs:
|
|
test/
|
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
|
|
build-tool-depends:
|
|
sydtest-discover:sydtest-discover
|
|
build-depends:
|
|
autodocodec-yaml
|
|
, base >=4.7 && <5
|
|
, bytestring
|
|
, containers
|
|
, feedback
|
|
, feedback-test-harness
|
|
, filelock
|
|
, path
|
|
, path-io
|
|
, process
|
|
, sydtest
|
|
, typed-process
|
|
, unix
|
|
, unliftio
|
|
default-language: Haskell2010
|