From bdac90491de5254c864f6e51c7b1bbedd2eec09f Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 31 Aug 2018 10:50:16 -0500 Subject: [PATCH] Add CHANGELOG and better categories to cabal file Also update appveyor.yml --- appveyor.yml | 6 ++++++ postgrest.cabal | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f939729f2..28214dead 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,14 @@ environment: test: off +skip_non_tags: true + skip_branch_with_pr: true +branches: + only: + - master + install: - set PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH% - curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64 diff --git a/postgrest.cabal b/postgrest.cabal index b1fffbaa4..6aaeaf999 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -10,7 +10,8 @@ author: Joe Nelson, Adam Baker homepage: https://postgrest.org maintainer: Steve Chávez bug-reports: https://github.com/PostgREST/postgrest/issues -category: Web +category: Executable, PostgreSQL, Network APIs +extra-source-files: CHANGELOG.md build-type: Simple cabal-version: >=1.10 source-repository head