Skip to content

Commit a02992e

Browse files
committed
Add specific project file for benchs
1 parent 0c9a26b commit a02992e

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

cabal-benchmark.project

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
packages:
2+
./
3+
./hie-compat
4+
./shake-bench
5+
./hls-graph
6+
./ghcide
7+
./hls-plugin-api
8+
./hls-test-utils
9+
./plugins/hls-tactics-plugin
10+
./plugins/hls-brittany-plugin
11+
./plugins/hls-stylish-haskell-plugin
12+
./plugins/hls-fourmolu-plugin
13+
./plugins/hls-class-plugin
14+
./plugins/hls-eval-plugin
15+
./plugins/hls-explicit-imports-plugin
16+
./plugins/hls-refine-imports-plugin
17+
./plugins/hls-hlint-plugin
18+
./plugins/hls-retrie-plugin
19+
./plugins/hls-haddock-comments-plugin
20+
./plugins/hls-splice-plugin
21+
./plugins/hls-floskell-plugin
22+
./plugins/hls-pragmas-plugin
23+
./plugins/hls-module-name-plugin
24+
./plugins/hls-ormolu-plugin
25+
./plugins/hls-call-hierarchy-plugin
26+
27+
benchmarks: true
28+
29+
package *
30+
ghc-options: -haddock
31+
test-show-details: direct
32+
33+
-- see https://gitlab.haskell.org/haskell/ghc-api-compat/-/issues/1#note_371055
34+
source-repository-package
35+
type: git
36+
location: https://github.com/hsyl20/ghc-api-compat
37+
tag: 8fee87eac97a538dbe81ff1ab18cff10f2f9fa15
38+
39+
write-ghc-environment-files: never
40+
41+
index-state: 2021-08-12T12:00:38Z
42+
43+
constraints:
44+
hyphenation +embed
45+
46+
allow-newer:
47+
diagrams-contrib:base,
48+
diagrams-contrib:lens,
49+
diagrams-contrib:random,
50+
diagrams-core:base,
51+
diagrams-core:lens,
52+
diagrams-lib:base,
53+
diagrams-lib:lens,
54+
diagrams-postscript:base,
55+
diagrams-postscript:lens,
56+
diagrams-svg:base,
57+
diagrams-svg:lens,
58+
dual-tree:base,
59+
svg-builder:base

0 commit comments

Comments
 (0)