[package-plan] 01/02: add original tasty-golden cabal file
Clint Adams
clint at moszumanska.debian.org
Fri Aug 26 02:21:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository package-plan.
commit 235af5f585e91d3028c4d3bb595109e154de0725
Author: Clint Adams <clint at debian.org>
Date: Thu Aug 25 22:17:36 2016 -0400
add original tasty-golden cabal file
---
additional-cabals/tasty-golden-2.3.1.cabal | 70 ++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
diff --git a/additional-cabals/tasty-golden-2.3.1.cabal b/additional-cabals/tasty-golden-2.3.1.cabal
new file mode 100644
index 0000000..2cdb607
--- /dev/null
+++ b/additional-cabals/tasty-golden-2.3.1.cabal
@@ -0,0 +1,70 @@
+name: tasty-golden
+version: 2.3.1
+synopsis: Golden tests support for tasty
+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/tasty-golden
+Bug-reports: https://github.com/feuerbach/tasty-golden/issues
+author: Roman Cheplyaka
+maintainer: Roman Cheplyaka <roma at ro-che.info>
+-- copyright:
+category: Testing
+build-type: Simple
+cabal-version: >=1.14
+extra-source-files: CHANGELOG.md
+
+Source-repository head
+ type: git
+ location: git://github.com/feuerbach/tasty-golden.git
+
+library
+ Default-language:
+ Haskell2010
+ exposed-modules: Test.Tasty.Golden
+ Test.Tasty.Golden.Advanced
+ Test.Tasty.Golden.Manage
+ other-modules:
+ Test.Tasty.Golden.Internal
+
+ ghc-options: -Wall
+
+ build-depends:
+ base ==4.*,
+ tasty >= 0.8,
+ bytestring >= 0.10,
+ process,
+ mtl,
+ optparse-applicative,
+ filepath,
+ temporary,
+ tagged,
+ deepseq,
+ containers,
+ directory,
+ async
+
+Test-suite test
+ Default-language:
+ Haskell2010
+ Type:
+ exitcode-stdio-1.0
+ Hs-source-dirs:
+ tests
+ Main-is:
+ test.hs
+ Build-depends:
+ base >= 4 && < 5
+ , tasty >= 0.8
+ , tasty-hunit
+ , tasty-golden
+ , filepath
+ , directory
+ , process
+ , temporary-rc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list