mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-18 19:11:37 +03:00
26 lines
466 B
YAML
Executable File
26 lines
466 B
YAML
Executable File
flags: {}
|
|
|
|
packages:
|
|
- concurrency
|
|
- dejafu
|
|
- 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: https://github.com/barrucadu/test-framework.git
|
|
commit: 389ebf2e9c14a70ae52a8af187da1bf1a5502209
|
|
subdirs:
|
|
- hunit
|
|
extra-dep: true
|
|
|
|
extra-deps:
|
|
- call-stack-0.1.0
|
|
- HUnit-1.6.0.0
|
|
|
|
resolver: nightly-2016-06-20
|
|
|
|
nix:
|
|
packages: [git]
|