Skip to content

Commit

Permalink
chore(hackage): index-state: 2024-02-06T00:00:00Z (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Feb 6, 2024
2 parents 4a23f0c + 32975be commit d460dc7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2023-10-09T00:00:00Z
index-state: 2024-02-06T00:00:00Z

packages:
primer
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
, insert-ordered-containers ^>=0.2.5.1
, logging-effect ^>=1.4
, mtl >=2.2.2 && <2.4.0
, openapi3 >=3.2 && <3.3.0
, openapi3 ^>=3.2.4
, optics >=0.4 && <0.5.0
, primer ^>=0.7.2
, primer-api ^>=0.7.2
Expand Down
19 changes: 19 additions & 0 deletions primer-service/test/outputs/OpenAPI/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"tag",
"contents"
],
"title": "NoInput",
"type": "object"
},
{
Expand All @@ -37,6 +38,7 @@
"tag",
"contents"
],
"title": "Input",
"type": "object"
}
]
Expand Down Expand Up @@ -154,6 +156,7 @@
"tag",
"contents"
],
"title": "EvalFullRespTimedOut",
"type": "object"
},
{
Expand All @@ -172,6 +175,7 @@
"tag",
"contents"
],
"title": "EvalFullRespNormal",
"type": "object"
}
]
Expand Down Expand Up @@ -365,6 +369,7 @@
"tag",
"contents"
],
"title": "TextBody",
"type": "object"
},
{
Expand All @@ -383,6 +388,7 @@
"tag",
"contents"
],
"title": "PrimBody",
"type": "object"
},
{
Expand All @@ -401,6 +407,7 @@
"tag",
"contents"
],
"title": "BoxBody",
"type": "object"
},
{
Expand All @@ -419,6 +426,7 @@
"tag",
"contents"
],
"title": "NoBody",
"type": "object"
}
]
Expand Down Expand Up @@ -518,6 +526,7 @@
"tag",
"contents"
],
"title": "Ok",
"type": "object"
},
{
Expand All @@ -540,6 +549,7 @@
"got",
"tag"
],
"title": "Mismatch",
"type": "object"
}
]
Expand Down Expand Up @@ -676,6 +686,7 @@
"tag",
"contents"
],
"title": "PrimChar",
"type": "object"
},
{
Expand All @@ -694,6 +705,7 @@
"tag",
"contents"
],
"title": "PrimInt",
"type": "object"
},
{
Expand All @@ -712,6 +724,7 @@
"tag",
"contents"
],
"title": "PrimAnimation",
"type": "object"
}
]
Expand Down Expand Up @@ -819,6 +832,7 @@
"tag",
"contents"
],
"title": "SelectionDef",
"type": "object"
},
{
Expand All @@ -837,6 +851,7 @@
"tag",
"contents"
],
"title": "SelectionTypeDef",
"type": "object"
}
]
Expand Down Expand Up @@ -970,6 +985,7 @@
"tag",
"contents"
],
"title": "TypeDefParamNodeSelection",
"type": "object"
},
{
Expand All @@ -988,6 +1004,7 @@
"tag",
"contents"
],
"title": "TypeDefConsNodeSelection",
"type": "object"
}
]
Expand Down Expand Up @@ -1040,6 +1057,7 @@
"tag",
"contents"
],
"title": "Type",
"type": "object"
},
{
Expand All @@ -1058,6 +1076,7 @@
"tag",
"contents"
],
"title": "Kind",
"type": "object"
}
]
Expand Down

1 comment on commit d460dc7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d460dc7 Previous: 4a23f0c Ratio
evalTestM/discard logs/mapEven 1: outlier variance 0.0714308014697489 outlier variance 0.024983563445101904 outlier variance 2.86

This comment was automatically generated by workflow using github-action-benchmark.

CC: @dhess

Please sign in to comment.