mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-05 06:45:08 +03:00
46 lines
1.5 KiB
Plaintext
Executable File
46 lines
1.5 KiB
Plaintext
Executable File
-- Initial tasty-dejafu.cabal generated by cabal init. For further
|
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: tasty-dejafu
|
|
version: 1.0.0.1
|
|
synopsis: Deja Fu support for the Tasty test framework.
|
|
|
|
description:
|
|
Integration between the <https://hackage.haskell.org/package/dejafu dejafu>
|
|
library for concurrency testing and
|
|
<https://hackage.haskell.org/package/tasty tasty>. This lets you
|
|
easily incorporate concurrency testing into your existing test
|
|
suites.
|
|
|
|
homepage: https://github.com/barrucadu/dejafu
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Michael Walker
|
|
maintainer: mike@barrucadu.co.uk
|
|
copyright: (c) 2015--2017 Michael Walker
|
|
category: Testing
|
|
build-type: Simple
|
|
extra-source-files: README.markdown CHANGELOG.markdown
|
|
cabal-version: >=1.10
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/barrucadu/dejafu.git
|
|
|
|
source-repository this
|
|
type: git
|
|
location: https://github.com/barrucadu/dejafu.git
|
|
tag: tasty-dejafu-1.0.0.1
|
|
|
|
library
|
|
exposed-modules: Test.Tasty.DejaFu
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.8 && <5
|
|
, dejafu >=1.0 && <1.1
|
|
, random >=1.0 && <1.2
|
|
, tagged >=0.8 && <0.9
|
|
, tasty >=0.10 && <1.1
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010
|