feedback/feedback-test-harness/feedback-test-harness.cabal

65 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2023-01-14 22:43:45 +03:00
cabal-version: 2.2
2024-04-14 19:30:01 +03:00
-- This file has been generated from package.yaml by hpack version 0.36.0.
2023-01-14 22:43:45 +03:00
--
-- 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:
2023-10-12 18:10:39 +03:00
autodocodec-yaml
, base >=4.7 && <5
, 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
2023-01-14 22:43:45 +03:00
default-language: Haskell2010