Skip to content

Commit

Permalink
Include web-service in hie.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Sep 17, 2024
1 parent 977c91c commit ec668f6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions lib/haskell/hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cradle:
- path: "anyall/src"
component: "anyall:lib"

- path: "anyall/app/"
- path: "anyall/app"
component: "anyall:exe:anyall-exe"

- path: "anyall/test"
Expand All @@ -21,6 +21,9 @@ cradle:
- path: "natural4/src"
component: "natural4:lib"

- path: "natural4/bnfc"
component: "natural4:exe:l4-bnfc-exe"

- path: "natural4/app"
component: "natural4:exe:natural4-exe"

Expand All @@ -33,5 +36,11 @@ cradle:
- path: "natural4/benchmarks"
component: "natural4:bench:natural4-bench"

- path: "natural4/bnfc"
component: "natural4:exe:l4-bnfc-exe"
- path: "web-service/src"
component: "web-service:lib"

- path: "web-service/app"
component: "web-service:exe:web-service-exe"

- path: "web-service/test"
component: "web-service:test:web-service-test"

0 comments on commit ec668f6

Please sign in to comment.