Add CHANGELOG and better categories to cabal file

Also update appveyor.yml
This commit is contained in:
steve-chavez
2018-08-31 22:09:03 -05:00
committed by Steve Chávez
parent 5961f7a116
commit bdac90491d
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -11,8 +11,14 @@ environment:
test: off test: off
skip_non_tags: true
skip_branch_with_pr: true skip_branch_with_pr: true
branches:
only:
- master
install: install:
- set PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH% - set PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64 - curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-x86_64
+2 -1
View File
@@ -10,7 +10,8 @@ author: Joe Nelson, Adam Baker
homepage: https://postgrest.org homepage: https://postgrest.org
maintainer: Steve Chávez <stevechavezast@gmail.com> maintainer: Steve Chávez <stevechavezast@gmail.com>
bug-reports: https://github.com/PostgREST/postgrest/issues bug-reports: https://github.com/PostgREST/postgrest/issues
category: Web category: Executable, PostgreSQL, Network APIs
extra-source-files: CHANGELOG.md
build-type: Simple build-type: Simple
cabal-version: >=1.10 cabal-version: >=1.10
source-repository head source-repository head