mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 06:02:52 +03:00
Add HUnit-1.6 support to hunit-dejafu.
This commit is contained in:
parent
0e59d9aa40
commit
743ae2e233
@ -45,7 +45,7 @@ Packages
|
||||
| --- | ------- | -------------- | ------- |
|
||||
| concurrency [[docs][d:conc]] [[hackage][h:conc]] | 1.1.1.0 | Authors | Typeclasses, functions, and data types for concurrency and STM. |
|
||||
| dejafu [[docs][d:dejafu]] [[hackage][h:dejafu]] | 0.5.1.2 | Testers | Systematic testing for Haskell concurrency. |
|
||||
| hunit-dejafu [[docs][d:hunit]] [[hackage][h:hunit]] | 0.4.0.0 | Testers | Deja Fu support for the HUnit test framework. |
|
||||
| hunit-dejafu [[docs][d:hunit]] [[hackage][h:hunit]] | 0.4.0.1 | Testers | Deja Fu support for the HUnit test framework. |
|
||||
| tasty-dejafu [[docs][d:tasty]] [[hackage][h:tasty]] | 0.4.0.0 | Testers | Deja Fu support for the Tasty test framework. |
|
||||
|
||||
Each package has its own README in its subdirectory.
|
||||
|
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: hunit-dejafu
|
||||
version: 0.4.0.0
|
||||
version: 0.4.0.1
|
||||
synopsis: Deja Fu support for the HUnit test framework.
|
||||
|
||||
description:
|
||||
@ -33,7 +33,7 @@ source-repository head
|
||||
source-repository this
|
||||
type: git
|
||||
location: https://github.com/barrucadu/dejafu.git
|
||||
tag: hunit-dejafu-0.4.0.0
|
||||
tag: hunit-dejafu-0.4.0.1
|
||||
|
||||
library
|
||||
exposed-modules: Test.HUnit.DejaFu
|
||||
@ -42,7 +42,7 @@ library
|
||||
build-depends: base >=4.8 && <5
|
||||
, exceptions >=0.7 && <0.9
|
||||
, dejafu >=0.5 && <0.6
|
||||
, HUnit >=1.2 && <1.6
|
||||
, HUnit >=1.2 && <1.7
|
||||
, random >=1.0 && <1.2
|
||||
-- hs-source-dirs:
|
||||
default-language: Haskell2010
|
||||
|
15
stack.yaml
15
stack.yaml
@ -6,7 +6,20 @@ packages:
|
||||
- dejafu-tests
|
||||
- hunit-dejafu
|
||||
- tasty-dejafu
|
||||
# My fork, until test-framework-hunit gets HUnit 1.6 support:
|
||||
# https://github.com/haskell/test-framework/pull/27
|
||||
- location:
|
||||
git: git@github.com:barrucadu/test-framework
|
||||
commit: 389ebf2e9c14a70ae52a8af187da1bf1a5502209
|
||||
subdirs:
|
||||
- hunit
|
||||
extra-dep: true
|
||||
|
||||
extra-deps: []
|
||||
extra-deps:
|
||||
- call-stack-0.1.0
|
||||
- HUnit-1.6.0.0
|
||||
|
||||
resolver: nightly-2016-06-20
|
||||
|
||||
nix:
|
||||
packages: [git]
|
||||
|
Loading…
Reference in New Issue
Block a user