Skip to content

Commit 9271129

Browse files
committed
Rollback eval test config
1 parent d41f0cf commit 9271129

File tree

4 files changed

+68
-3
lines changed

4 files changed

+68
-3
lines changed

plugins/hls-eval-plugin/hls-eval-plugin.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ build-type: Simple
1919
extra-source-files:
2020
LICENSE
2121
README.md
22+
test/testdata/*.cabal
2223
test/testdata/*.hs
2324
test/testdata/*.lhs
2425
test/testdata/*.yaml
26+
test/testdata/cabal.project
2527

2628
flag pedantic
2729
description: Enable -Werror
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages: ./
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
cradle:
2-
direct:
3-
arguments:
4-
- Util.hs
2+
cabal:
3+
- component: "lib:test"
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: test
2+
version: 0.1.0.0
3+
-- synopsis:
4+
-- description:
5+
license: BSD3
6+
author: Author name here
7+
maintainer: [email protected]
8+
copyright: 2017 Author name here
9+
category: Web
10+
build-type: Simple
11+
cabal-version: >=1.10
12+
13+
library
14+
exposed-modules:
15+
T1
16+
T2
17+
T3
18+
T4
19+
T5
20+
T6
21+
T7
22+
T8
23+
T9
24+
T10
25+
T11
26+
T12
27+
T13
28+
T14
29+
T15
30+
T16
31+
T17
32+
T18
33+
T19
34+
T20
35+
T21
36+
T22
37+
T23
38+
T24
39+
T25
40+
T26
41+
T27
42+
TEndingMulti
43+
TMulti
44+
TPlainComment
45+
THaddock
46+
TCompare
47+
TLocalImport
48+
TLocalImportInTest
49+
TFlags
50+
TLanguageOptionsTupleSections
51+
TIO
52+
TProperty
53+
TPrelude
54+
TCPP
55+
TLHS
56+
TSetup
57+
Util
58+
TNested
59+
60+
build-depends: base >= 4.7 && < 5, QuickCheck
61+
default-language: Haskell2010
62+
ghc-options: -Wall -fwarn-unused-imports
63+

0 commit comments

Comments
 (0)