Skip to content

Commit

Permalink
Merge pull request #654 from peterwicksstringfield/delete_duplicate_c…
Browse files Browse the repository at this point in the history
…abal_clause

Delete cabal clauses for hlint tests, as they use their own hie.yaml with a direct cradle
  • Loading branch information
jneira authored Dec 9, 2020
2 parents df8845d + 099e89e commit fc1ae15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion test/functional/FunctionalCodeAction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ typedHoleTests = testGroup "typed hole code actions" [

contents <- documentContents doc

liftIO $ (T.lines contents) @?=
liftIO $ T.lines contents @?=
[ "module TypedHoles2 (foo2) where"
, "newtype A = A Int"
, "foo2 :: [A] -> A"
Expand Down
15 changes: 0 additions & 15 deletions test/testdata/testdata.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ version: 0.1.0.0
cabal-version: >=2.0
build-type: Simple

executable applyrefact
build-depends: base
main-is: ApplyRefact.hs
default-language: Haskell2010

executable applyrefact2
build-depends: base
main-is: ApplyRefact2.hs
default-language: Haskell2010

executable codeactionrename
build-depends: base
main-is: CodeActionRename.hs
Expand All @@ -29,11 +19,6 @@ executable symbols
default-language: Haskell2010


executable applyrefact2
build-depends: base
main-is: ApplyRefact2.hs
default-language: Haskell2010

executable hlintpragma
build-depends: base
main-is: HlintPragma.hs
Expand Down

0 comments on commit fc1ae15

Please # to comment.