-- 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 , Examples , Examples.AutoUpdate , Examples.ClassLaws , Examples.ClassLaws.Impredicative , Examples.Logger , Examples.Philosophers , Examples.SearchParty , 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