mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 21:19:52 +03:00
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
|
cabal-version: 2.2
|
||
|
|
||
|
-- This file has been generated from package.yaml by hpack version 0.34.7.
|
||
|
--
|
||
|
-- 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:
|
||
|
base >=4.7 && <5
|
||
|
, feedback
|
||
|
, feedback-test-harness
|
||
|
, sydtest
|
||
|
, typed-process
|
||
|
default-language: Haskell2010
|