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" [
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"
Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ version: 0.1.0.0
33cabal-version : >= 2.0
44build-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-
166executable 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-
3722executable hlintpragma
3823 build-depends : base
3924 main-is : HlintPragma.hs
You can’t perform that action at this time.
0 commit comments