Skip to content

Commit fc1ae15

Browse files
authored
Merge pull request #654 from peterwicksstringfield/delete_duplicate_cabal_clause
Delete cabal clauses for hlint tests, as they use their own hie.yaml with a direct cradle
2 parents df8845d + 099e89e commit fc1ae15

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

test/functional/FunctionalCodeAction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ typedHoleTests = testGroup "typed hole code actions" [
329329

330330
contents <- documentContents doc
331331

332-
liftIO $ (T.lines contents) @?=
332+
liftIO $ T.lines contents @?=
333333
[ "module TypedHoles2 (foo2) where"
334334
, "newtype A = A Int"
335335
, "foo2 :: [A] -> A"

test/testdata/testdata.cabal

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ version: 0.1.0.0
33
cabal-version: >=2.0
44
build-type: Simple
55

6-
executable applyrefact
7-
build-depends: base
8-
main-is: ApplyRefact.hs
9-
default-language: Haskell2010
10-
11-
executable applyrefact2
12-
build-depends: base
13-
main-is: ApplyRefact2.hs
14-
default-language: Haskell2010
15-
166
executable codeactionrename
177
build-depends: base
188
main-is: CodeActionRename.hs
@@ -29,11 +19,6 @@ executable symbols
2919
default-language: Haskell2010
3020

3121

32-
executable applyrefact2
33-
build-depends: base
34-
main-is: ApplyRefact2.hs
35-
default-language: Haskell2010
36-
3722
executable hlintpragma
3823
build-depends: base
3924
main-is: HlintPragma.hs

0 commit comments

Comments
 (0)