Skip to content

Commit 45ea89d

Browse files
committed
fix: ignore missing dream-lock specification for haskell
1 parent da28fb8 commit 45ea89d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/specifications/dream-lock-schema.json

-8
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,6 @@
201201
},
202202

203203
"allOf": [
204-
{
205-
"if": {
206-
"properties": { "_generic": { "properties": { "subsystem": { "const": "haskell" } } } }
207-
},
208-
"then": {
209-
"$ref": "subsystems/haskell/dream-lock-schema.json"
210-
}
211-
},
212204
{
213205
"if": {
214206
"properties": { "_generic": { "properties": { "subsystem": { "const": "nodejs" } } } }

0 commit comments

Comments
 (0)