Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete duplicate cabal clause for applyrefact2 #654

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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