Skip to content

Commit

Permalink
fix LSP server for RoundTrip test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Oct 1, 2023
1 parent 974d7db commit 0d5edfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
, "prelude"
]
, packages = ./example/packages.dhall
, sources = [ "example/src/**/*.purs", "example/test/**/*.purs" ]
, sources =
[ "example/src/**/*.purs"
, "example/test/**/*.purs"
, "test/RoundTrip/app/src/RoundTrip/*.purs"
]
}

0 comments on commit 0d5edfe

Please sign in to comment.