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

wingman: move wingman to new directory #3352

Merged
merged 6 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
buildable: False
else
buildable: True
hs-source-dirs: src
hs-source-dirs: old/src
exposed-modules:
Ide.Plugin.Tactic
Refinery.Future
Expand Down Expand Up @@ -158,7 +158,7 @@ test-suite tests
UnificationSpec
Utils

hs-source-dirs: test
hs-source-dirs: old/test
ghc-options:
-Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ failing _ _ = pure ()


tacticPath :: FilePath
tacticPath = "test/golden"
tacticPath = "test/old/golden"


executeCommandWithResp :: Command -> Session (ResponseMessage 'WorkspaceExecuteCommand)
Expand Down