Skip to content

Commit

Permalink
wingman: move wingman to new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Weight committed Nov 21, 2022
1 parent bc18ced commit c12a337
Show file tree
Hide file tree
Showing 338 changed files with 3 additions and 3 deletions.
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
File renamed without changes.
File renamed without changes.
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
Loading

0 comments on commit c12a337

Please sign in to comment.