dejafu/dejafu-tests/dejafu-tests.cabal
Michael Walker 29b1f28546 Add some property tests
Goes some way to solving #142, but it would be nice to have some for
the memory stuff.
2017-10-30 20:32:00 +00:00

61 lines
1.9 KiB
Plaintext

-- Initial dejafu-tests.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dejafu-tests
version: 0.4.0.0
synopsis: The test suite for dejafu
-- description:
homepage: https://github.com/barrucadu/dejafu
license: MIT
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable dejafu-tests
main-is: Main.hs
other-modules: Cases
, Cases.Async
, Cases.SingleThreaded
, Cases.MultiThreaded
, Cases.Refinement
, Cases.Litmus
, Cases.Discard
, Cases.Regressions
, Cases.Properties
, Examples
, Examples.AutoUpdate
, Examples.ClassLaws
, Examples.ClassLaws.Impredicative
, Examples.Logger
, Examples.Philosophers
, Examples.SearchParty
, Examples.SearchParty.Impredicative
, Common
, QSemN
-- other-extensions:
build-depends: base
, concurrency
, containers
, dejafu
, exceptions
, HUnit
, hunit-dejafu
, leancheck
, QuickCheck
, random
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
-- hs-source-dirs:
default-language: Haskell2010