mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-20 03:51:39 +03:00
31 lines
974 B
Plaintext
Executable File
31 lines
974 B
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: 0.2.0.0
|
|
synopsis: Deja Fu support for the Tasty test framework.
|
|
-- description:
|
|
homepage: https://github.com/barrucadu/dejafu
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Michael Walker
|
|
maintainer: mike@barrucadu.co.uk
|
|
-- copyright:
|
|
category: Testing
|
|
build-type: Simple
|
|
-- extra-source-files:
|
|
cabal-version: >=1.10
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/barrucadu/dejafu.git
|
|
|
|
library
|
|
exposed-modules: Test.Tasty.DejaFu
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.5 && <5
|
|
, dejafu == 0.2.*
|
|
, tasty
|
|
-- hs-source-dirs:
|
|
default-language: Haskell2010 |