Skip to content

Commit

Permalink
wingman: move wingman to new directory (#3352)
Browse files Browse the repository at this point in the history

Co-authored-by: Santiago Weight <santiago.weight@lmns.com>
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
  • Loading branch information
3 people committed Nov 22, 2022
1 parent 5dbbd85 commit 1e88d16
Show file tree
Hide file tree
Showing 338 changed files with 6 additions and 6 deletions.
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
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 = "old/test/golden"


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

0 comments on commit 1e88d16

Please sign in to comment.