Skip to content

wingman: move wingman to new directory #3352

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

Merged
merged 6 commits into from
Nov 22, 2022
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.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions plugins/hls-tactics-plugin/hls-tactics-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
test/golden/*.cabal
test/golden/*.hs
test/golden/*.yaml
old/test/golden/*.cabal
old/test/golden/*.hs
old/test/golden/*.yaml

source-repository head
type: git
Expand All @@ -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 = "old/test/golden"


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