Skip to content

Commit c12a337

Browse files
author
Santiago Weight
committed
wingman: move wingman to new directory
1 parent bc18ced commit c12a337

File tree

338 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+3
-3
lines changed

plugins/hls-tactics-plugin/hls-tactics-plugin.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
buildable: False
3434
else
3535
buildable: True
36-
hs-source-dirs: src
36+
hs-source-dirs: old/src
3737
exposed-modules:
3838
Ide.Plugin.Tactic
3939
Refinery.Future
@@ -158,7 +158,7 @@ test-suite tests
158158
UnificationSpec
159159
Utils
160160

161-
hs-source-dirs: test
161+
hs-source-dirs: old/test
162162
ghc-options:
163163
-Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
164164

plugins/hls-tactics-plugin/test/Utils.hs renamed to plugins/hls-tactics-plugin/old/test/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ failing _ _ = pure ()
252252

253253

254254
tacticPath :: FilePath
255-
tacticPath = "test/golden"
255+
tacticPath = "test/old/golden"
256256

257257

258258
executeCommandWithResp :: Command -> Session (ResponseMessage 'WorkspaceExecuteCommand)

0 commit comments

Comments
 (0)