-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathfixed-vector-test.cabal
47 lines (45 loc) · 1.4 KB
/
fixed-vector-test.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: fixed-vector-test
Version: 2.0.0.0
Synopsis: Tests fixed-vector
Description:
All tests for instance packages are moved to separate package in order to
simplify maintenance
Cabal-Version: >= 1.10
License: BSD3
License-File: LICENSE
Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Bug-reports: https://github.com/Shimuuar/fixed-vector/issues
Category: Data
Build-Type: Simple
Test-Suite fixed-vector-test
Ghc-options: -Wall
Default-Language: Haskell2010
Default-Extensions:
DataKinds
TypeApplications
ScopedTypeVariables
RankNTypes
Type: exitcode-stdio-1.0
Hs-source-dirs: test
Main-is: main.hs
Other-modules: TST.Cereal
TST.Binary
TST.CBOR
TST.Aeson
TST.Util
Build-Depends: base >=4.14 && <5
, fixed-vector >=2
, fixed-vector-QC >=2
, fixed-vector-aeson >=2
, fixed-vector-binary >=2
, fixed-vector-cborg >=2
, fixed-vector-cereal >=2
--
, template-haskell
, aeson
, cereal
, binary
, tasty
, serialise
, tasty-quickcheck