-- Initial test-framework-golden.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: test-framework-golden version: 1.1.2 synopsis: Golden tests support for test-framework description: This package provides support for «golden testing». A golden test is an IO action that writes its result to a file. To pass the test, this output file should be identical to the corresponding «golden» file, which contains the correct result for the test. license: MIT license-file: LICENSE Homepage: https://github.com/feuerbach/test-framework-golden Bug-reports: https://github.com/feuerbach/test-framework-golden/issues author: Roman Cheplyaka maintainer: Roman Cheplyaka -- copyright: category: Testing build-type: Simple cabal-version: >=1.8 Source-repository head type: git location: git://github.com/feuerbach/test-framework-golden.git Source-repository this type: git location: git://github.com/feuerbach/test-framework-golden.git tag: v1.1.2 library exposed-modules: Test.Golden, Test.Golden.Advanced other-modules: Test.Golden.Internal build-depends: base ==4.*, test-framework, bytestring, process, mtl