-- Initial test-framework-testing-feat.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: test-framework-testing-feat version: 0.1.0.1 synopsis: A test framework provider for testing-feat description: A test provider for testing-feat copied from test-framework-quickcheck2 by Max Bolingbroke homepage: http://github.com/jfischoff/test-framework-testing-feat license: BSD3 license-file: LICENSE author: Jonathan Fischoff, Max Bolingbroke maintainer: jonathangfischoff@gmail.com copyright: Copyright 2013 Jonathan Fischoff, Max Bolingbroke category: Testing build-type: Simple cabal-version: >=1.8 library exposed-modules: Test.Framework.Providers.Feat build-depends: base == 4.*, test-framework ==0.8.*, testing-feat ==0.4.* hs-source-dirs: src test-suite Tests hs-source-dirs: src, tests type: exitcode-stdio-1.0 main-is: Main.hs build-depends: base == 4.*, test-framework ==0.8.*, testing-feat ==0.4.*