dejafu/dejafu-tests/dejafu-tests.cabal

57 lines
1.8 KiB
Plaintext
Raw Normal View History

-- Initial dejafu-tests.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: dejafu-tests
2016-05-12 16:34:32 +03:00
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
2016-03-31 16:45:55 +03:00
other-modules: Cases
, Cases.Async
2016-03-31 16:45:55 +03:00
, Cases.SingleThreaded
, Cases.MultiThreaded
, Cases.Refinement
, Cases.Litmus
2017-08-10 22:22:03 +03:00
, Cases.Discard
2016-03-31 16:45:55 +03:00
, Examples
2016-03-31 16:37:02 +03:00
, Examples.AutoUpdate
, Examples.ClassLaws
2016-05-26 15:54:13 +03:00
, Examples.ClassLaws.Impredicative
, Examples.Logger
, Examples.Philosophers
, Examples.SearchParty
2016-05-26 15:54:13 +03:00
, Examples.SearchParty.Impredicative
, QSemN
, Utils
-- other-extensions:
build-depends: base
, concurrency
, containers
, dejafu
, exceptions
, HUnit
, hunit-dejafu
, QuickCheck
, random
, test-framework
, test-framework-hunit
, test-framework-quickcheck2
-- hs-source-dirs:
default-language: Haskell2010