cov: empty coverage overlay (#2119)

The overlay depended on the version number, which caused errors when upgrading.

Also update cabal description.
This commit is contained in:
Steve Chavez
2022-01-07 13:06:03 -05:00
committed by GitHub
parent a134d8a493
commit 65f27653dc
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: postgrest
version: 9.0.0.20220107 version: 9.0.0.20220107
synopsis: REST API for any Postgres database synopsis: REST API for any Postgres database
description: Reads the schema of a PostgreSQL database and creates RESTful routes description: Reads the schema of a PostgreSQL database and creates RESTful routes
for the tables and views, supporting all HTTP verbs that security for tables, views, and functions, supporting all HTTP verbs that security
permits. permits.
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
-5
View File
@@ -1,5 +0,0 @@
module "postgrest-9.0.0.20211220-inplace/PostgREST.Middleware" {
inside "corsPolicy" {
tick "[]" on line 133;
}
}