-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhie.yaml
37 lines (26 loc) · 1.15 KB
/
hie.yaml
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
cradle:
cabal:
- path: "src"
component: "lib:postgresql-pure"
- path: "test-doctest"
component: "postgresql-pure:test:doctest"
- path: "test-hdbc-postgresql"
component: "postgresql-pure:test:hdbc-postgresql"
- path: "src"
component: "postgresql-pure:test:hdbc-postgresql"
- path: "test-original"
component: "postgresql-pure:test:original"
- path: "test-relational-record"
component: "postgresql-pure:test:relational-record"
- path: "benchmark/requests-per-second.hs"
component: "postgresql-pure:bench:requests-per-second"
- path: "benchmark/RepeatThreadPool.hs"
component: "postgresql-pure:bench:requests-per-second"
- path: "benchmark/Paths_postgresql_pure.hs"
component: "postgresql-pure:bench:requests-per-second"
- path: "benchmark/requests-per-second-constant.hs"
component: "postgresql-pure:bench:requests-per-second-constant"
- path: "benchmark/RepeatThreadPool.hs"
component: "postgresql-pure:bench:requests-per-second-constant"
- path: "benchmark/Paths_postgresql_pure.hs"
component: "postgresql-pure:bench:requests-per-second-constant"