File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ typedHoleTests = testGroup "typed hole code actions" [
329
329
330
330
contents <- documentContents doc
331
331
332
- liftIO $ ( T. lines contents) @?=
332
+ liftIO $ T. lines contents @?=
333
333
[ " module TypedHoles2 (foo2) where"
334
334
, " newtype A = A Int"
335
335
, " foo2 :: [A] -> A"
Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ version: 0.1.0.0
3
3
cabal-version : >= 2.0
4
4
build-type : Simple
5
5
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
-
16
6
executable codeactionrename
17
7
build-depends : base
18
8
main-is : CodeActionRename.hs
@@ -29,11 +19,6 @@ executable symbols
29
19
default-language : Haskell2010
30
20
31
21
32
- executable applyrefact2
33
- build-depends : base
34
- main-is : ApplyRefact2.hs
35
- default-language : Haskell2010
36
-
37
22
executable hlintpragma
38
23
build-depends : base
39
24
main-is : HlintPragma.hs
You can’t perform that action at this time.
0 commit comments