forked from gree/flare-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflare-tests.cabal
28 lines (27 loc) · 912 Bytes
/
flare-tests.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: flare-tests
Version: 0.0.1
Description: Flare system test suite
License: MIT
Author: Benjamin Surma <[email protected]>
Maintainer: Benjamin Surma <[email protected]>
Build-Type: Simple
Cabal-Version: >=1.9.2
Executable flare-tests
Build-Depends: base >=4 && <5
, cereal
, directory
, filepath
, random
, time
, HUnit
, QuickCheck >= 2.5
, test-framework >= 0.8
, test-framework-sandbox >= 0.0.2
, test-sandbox
, test-sandbox-hunit
, test-sandbox-quickcheck >= 0.0.1.6
, unix
Hs-Source-Dirs: src
Main-Is: Main.hs
Extensions: DeriveDataTypeable
Other-Modules: Paths_flare_tests