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-06-03 22:19:16 -05:00
parent 685acccf6d
commit 490f631011
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: postgrest
version: 9.0.0 version: 9.0.0
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;
}
}